From: Luke Kenneth Casson Leighton Date: Tue, 25 Jun 2019 13:10:35 +0000 (+0100) Subject: split pred out X-Git-Tag: convert-csv-opcode-to-binary~4437 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f528f22979b8c972dfea86581928554b21f3fd6e;p=libreriscv.git split pred out --- diff --git a/simple_v_extension/specification.mdwn b/simple_v_extension/specification.mdwn index 22f58baad..b4da0ffed 100644 --- a/simple_v_extension/specification.mdwn +++ b/simple_v_extension/specification.mdwn @@ -641,7 +641,7 @@ The 16 bit Predication CSR Table is a key-value store, so implementation-wise it will be faster to turn the table around (maintain topologically equivalent state): -[[!inline raw="yes" pages="pred_table"]] +[[!inline raw="yes" pages="simple_v_extension/pred_table.mdwn"]] So when an operation is to be predicated, it is the internal state that is used. In Section 6.4.2 of Hwacha's Manual (EECS-2015-262) the following