projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2470274
)
comp16-v2-skel: add comments to the effect that it's a skeleton
author
Alexandre Oliva
<lxoliva@fsfla.org>
Sun, 29 Nov 2020 15:51:15 +0000
(12:51 -0300)
committer
Alexandre Oliva
<lxoliva@fsfla.org>
Sun, 29 Nov 2020 15:52:18 +0000
(12:52 -0300)
lxo/532/comp16-v2-skel.py
patch
|
blob
|
history
diff --git
a/lxo/532/comp16-v2-skel.py
b/lxo/532/comp16-v2-skel.py
index 471f9c9dabf2fc4bca0b6f8b40291de2ceacaab8..fcf712253069f734eb91a8ef7f772405ee210ef8 100644
(file)
--- 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.