From: Andrey Miroshnikov Date: Mon, 6 Nov 2023 16:17:06 +0000 (+0000) Subject: Fix permute table X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f38a4ebf02eace64055088c15e44034ed5ab11fd;p=libreriscv.git Fix permute table --- diff --git a/openpower/sv/cookbook/remap_matrix.mdwn b/openpower/sv/cookbook/remap_matrix.mdwn index 5a62b25ad..787bc4360 100644 --- a/openpower/sv/cookbook/remap_matrix.mdwn +++ b/openpower/sv/cookbook/remap_matrix.mdwn @@ -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