From: Andrey Miroshnikov Date: Wed, 6 Jul 2022 14:50:26 +0000 (+0100) Subject: Added some more links, svfparith and svfixedarith not working X-Git-Tag: opf_rfc_ls005_v1~1317 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e8e86f19e7eede85c6620a6558b27cba1838bef;p=libreriscv.git Added some more links, svfparith and svfixedarith not working --- diff --git a/openpower/pandoc_img.py b/openpower/pandoc_img.py index ce6598842..8ff61c9b7 100755 --- 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])