Fix permute table
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 6 Nov 2023 16:17:06 +0000 (16:17 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 6 Nov 2023 16:17:06 +0000 (16:17 +0000)
openpower/sv/cookbook/remap_matrix.mdwn

index 5a62b25add878b8cd2c2cebb24e2ce993e184177..787bc436095e8aa141deb1a9dccb330fbddaf101 100644 (file)
@@ -254,6 +254,7 @@ With the example Matrix X (2 rows, 3 columns, or 2x3 matrix), xdimsz=1,
 ydimsz=2, zdimsz=0.
 
 permute setting:
+
 | permute | order | array format             |
 | ------- | ----- | ------------------------ |
 | 000     | 0,1,2 | (xdim+1)(ydim+1)(zdim+1) |
@@ -294,7 +295,7 @@ breakdown:
 
 - SVxd=2, SVyd=2, SVzd=3
 - SVRM=0 (Matrix mode, uses `SVSHAPE0` SPR)
-- 
+- vf=0 (not using Vertical-First mode)
 
 ## SVREMAP