From f528f22979b8c972dfea86581928554b21f3fd6e Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 25 Jun 2019 14:10:35 +0100 Subject: [PATCH] split pred out --- simple_v_extension/specification.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2