split pred out
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 25 Jun 2019 13:10:55 +0000 (14:10 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 25 Jun 2019 13:10:55 +0000 (14:10 +0100)
simple_v_extension/specification.mdwn

index b4da0ffedef9db15aa993e4f0260cca76745f6ef..377296ca4e1569e917eade483f95eae2cc7b47dd 100644 (file)
@@ -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