From: Luke Kenneth Casson Leighton Date: Wed, 17 Oct 2018 11:48:46 +0000 (+0100) Subject: add tag X-Git-Tag: convert-csv-opcode-to-binary~4910 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5cc12813358eedac667bd5ea8659a14fc0a9c9c3;p=libreriscv.git add tag --- diff --git a/simple_v_extension/specification.mdwn b/simple_v_extension/specification.mdwn index 4ea6f6d9c..e4d953aa6 100644 --- a/simple_v_extension/specification.mdwn +++ b/simple_v_extension/specification.mdwn @@ -1174,14 +1174,16 @@ Where it is up to the implementor to ensure that, towards the end of the register file, an exception is thrown if attempts to access beyond the "real" register bytes is ever attempted. -Now we may pseudo-code an operation where all element bitwidths have -been set to the same size: +Now we may modify pseudo-code an operation where all element bitwidths have +been set to the same size, where this pseudo-code is otherwise identical +to its "non" polymorphic versions (above): function op_add(rd, rs1, rs2) # add not VADD! ... ...  for (i = 0; i < VL; i++) - if (predval & 1<