From 79dcb0440ce2bccca99a64adbac37564fae74571 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 25 Jun 2019 14:10:55 +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 b4da0ffed..377296ca4 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="simple_v_extension/pred_table.mdwn"]] +[[!inline raw="yes" pages="simple_v_extension/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 -- 2.30.2