Forgot quotes
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 6 Nov 2023 19:38:24 +0000 (19:38 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 6 Nov 2023 19:38:24 +0000 (19:38 +0000)
openpower/sv/cookbook/remap_matrix.mdwn

index 4f0757a63e2c7a3288d162aaabd2911b98c9af5c..3a2fee3e61b6cac14bc06796cda0007c959cf78f 100644 (file)
@@ -420,6 +420,7 @@ For the above `svshape` instruction example:
 - `x_end`, `y_end`, and `z_end` correspond to the largest permitted values for
 `x`, `y`, and `z` (1, 1, and 2 respectively).
 
+```
                       | (x ==   | (y ==   | (z ==
     index | x | y | z |  x_end) |  y_end) |  z_end)
        0  | 0 | 0 | 0 |    F    |    F    |   F
@@ -434,6 +435,7 @@ For the above `svshape` instruction example:
        9  | 1 | 0 | 2 |    T    |    F    |   T
       10  | 0 | 1 | 2 |    F    |    T    |   T
       11  | 1 | 1 | 2 |    T    |    T    |   T
+```
 
 If the `x`, `y`, and `z` sequences are compared with the inner product index
 table, there are some resemblances. Swapping the `x` and `y` (permute=0b10)