From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) by sourceware.org (Postfix) with ESMTPS id C7D2F38930D5 for ; Wed, 29 Apr 2020 19:11:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C7D2F38930D5 Received: by mail-qt1-x832.google.com with SMTP id v26so2905691qto.0 for ; Wed, 29 Apr 2020 12:11:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vNcGP2rnma21KjoiiyO/87rLhdNd3jheb4r4bFSwhOg=; b=uOrCWvOvAIw0oBB5dvDT5/5uy7ioTCb1ABwBKJ8nC5JmndkGrakg0ORLNhNQzalWtY 1VDG9IB2zenitRa4gTTaswkqtGJHAn3C6QdbNWfIbBbdlFHrsPmsciVLuIKlyJSAaCa9 f4j3CoMUJzTyC5Vd/BVmecDI+ERZ7E8zEV832GHiKjAJDZSjMqqlpebq6GJnkJZjkgeh MUJn5ze5AtPD7+VQqeIeWiIaMFmDMTaVT//uqpPOtYGQfE6q6dmK/y3NoJGFVQhM93WX y4Z3O9psD0ovtvjxsB+OIZxWpL0KhoknPga5KyFYMfvvSDslJxBWUCgevZvjZQMYiRxE 9l4Q== X-Gm-Message-State: AGi0PuYpSvAoSXMZSWuqqJuSOIWZfP6xiJW3ZiQVXapPmnaBqGBxpdEE +DIQs5v0+eSf5Lki50xs/8XrXSaA3MWpJru0uhs= X-Google-Smtp-Source: APiQypLzWN31QOcbEfO/JWmCZwCnn9C+7XmfyE7xsFcAUfKW2YpuinSWgFOeu8G3pOdpSMOn2oVocfqywCFkQ0vjs+M= X-Received: by 2002:ac8:5694:: with SMTP id h20mr36355600qta.79.1588187480401; Wed, 29 Apr 2020 12:11:20 -0700 (PDT) MIME-Version: 1.0 References: <20200427162914.GA21677@redhat.com> <87pnbsztze.fsf@gnu.org> <87lfmgzoic.fsf@gnu.org> In-Reply-To: <87lfmgzoic.fsf@gnu.org> From: Sergey Belyashov Date: Wed, 29 Apr 2020 22:11:09 +0300 Message-ID: Subject: Re: BUG: non-fixed-length ISAs are unsupported for now To: "Jose E. Marchesi" Cc: Sergey Belyashov via Cgen , "Frank Ch. Eigler" X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cgen@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cgen mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2020 19:11:21 -0000 Hi Without increase of base-insn-bitsize no error is happened. Error was caused if I use ifields more than 8 bit size. In any case, currently CGEN cannot handle CISC ISAs like x86 and z80... :'( Best regards, Sergey Belyashov =D0=BF=D0=BD, 27 =D0=B0=D0=BF=D1=80. 2020 =D0=B3. =D0=B2 23:01, Jose E. Mar= chesi : > > Ok, I understand. > > I try to do next experiment: > set (base-insn-bitsize 24) in ISA definition (without it CGEN fails) > > > Fails how? > Also, can we see your field definitions? (f-0 and f-1). >