From 2f55b10b63d7ad36142a14ebbeda621b0047983a Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 29 Nov 2020 12:51:15 -0300 Subject: [PATCH] comp16-v2-skel: add comments to the effect that it's a skeleton --- lxo/532/comp16-v2-skel.py | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.30.2