From: Alexandre Oliva Date: Sun, 29 Nov 2020 15:51:15 +0000 (-0300) Subject: comp16-v2-skel: add comments to the effect that it's a skeleton X-Git-Tag: convert-csv-opcode-to-binary~1628 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f55b10b63d7ad36142a14ebbeda621b0047983a;p=libreriscv.git comp16-v2-skel: add comments to the effect that it's a skeleton --- diff --git a/lxo/532/comp16-v2-skel.py b/lxo/532/comp16-v2-skel.py index 471f9c9da..fcf712253 100644 --- a/lxo/532/comp16-v2-skel.py +++ b/lxo/532/comp16-v2-skel.py @@ -4,6 +4,9 @@ # It will look for insns that can be represented in compressed mode, # according to the encoding rules in the copcond dictionary below. +# It's just a skeleton for testing of the logic, +# the encoding rules are yet to be filled in. + # Nothing is assumed as to the actual bit-encoding of the insns, this # is just to experiment with insn selection and get a quick feedback # loop for the encoding options in compressed mode.