From: lkcl Date: Fri, 10 Jun 2022 12:35:17 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~1866 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85844bf348f7d78ddea75df4adc6715d700beac0;p=libreriscv.git --- diff --git a/openpower/sv/mv.vec.mdwn b/openpower/sv/mv.vec.mdwn index de40ddf0a..e7f315a11 100644 --- a/openpower/sv/mv.vec.mdwn +++ b/openpower/sv/mv.vec.mdwn @@ -118,6 +118,8 @@ Example 1: * RT set to YX, ydim=2, xdim=4 * VL=MAXVL=8 +The indices match up as follows: + | RA | (0 1) (2 3) (4 5) (6 7) | | RT | 0 2 4 8 1 3 5 7 | @@ -129,6 +131,8 @@ Example 2: * RT set to YX, ydim=3, xdim=3 * VL=MAXVL=9 +The indices match up as follows: + | RA | 0 1 2 3 4 5 6 7 8 | | RT | (0 3 6) (1 4 7) (2 5 8) |