projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d90f1c8
)
Added some more links, svfparith and svfixedarith not working
author
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Wed, 6 Jul 2022 14:50:26 +0000
(15:50 +0100)
committer
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Wed, 6 Jul 2022 14:50:26 +0000
(15:50 +0100)
openpower/pandoc_img.py
patch
|
blob
|
history
diff --git
a/openpower/pandoc_img.py
b/openpower/pandoc_img.py
index ce65988427a66f6a96c66497dfffa1751dc2bc86..8ff61c9b7f85954bd7a7e75148702e92d7d5e6a6 100755
(executable)
--- a/
openpower/pandoc_img.py
+++ b/
openpower/pandoc_img.py
@@
-78,6
+78,12
@@
def inlinenotes(k, v, f, meta):
'sv/av_opcodes' : 'Audio and Video Opcodes',
'sv/vector_ops' : 'SV Vector ops',
'sv/int_fp_mv' : 'FP/Int Conversion ops',
+ 'sv/bitmanip' : 'Bitmanip ops',
+ 'sv/cr_int_predication' : 'CR Weird ops',
+ 'sv/fclass' : 'FP Class ops',
+ 'sv/biginteger' : 'Big Integer',
+ 'isa/svfparith' : 'Floating Point pseudocode',
+ 'isa/svfixedarith' : 'Fixed Point pseudocode',
}
if link in lookups:
out.write(" found %s\n" % lookups[link])