From: Luke Kenneth Casson Leighton Date: Tue, 25 Jun 2019 13:07:01 +0000 (+0100) Subject: split pred out X-Git-Tag: convert-csv-opcode-to-binary~4438 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea7cd6f189da2284bf94b24c31500e6a49077cf3;p=libreriscv.git split pred out --- diff --git a/simple_v_extension/specification.mdwn b/simple_v_extension/specification.mdwn index 81aba13a4..22f58baad 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" pagenames="simple_v_specification/pred_table"]] +[[!inline raw="yes" pages="pred_table"]] 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