From: lkcl Date: Wed, 3 May 2023 02:52:02 +0000 (+0100) Subject: (no commit message) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1aaa6ff930121cd4af87e0bc724913c5ec06ad21;p=libreriscv.git --- diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index fee0fdb57..2658c7206 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -837,7 +837,9 @@ The most important observation above is that the Matrix-style remapping occurs first and the Index lookup second. Thus it becomes possible to perform in-place Transpose of Indices which may have been costly to set up or costly to duplicate -(waste register file space). +(waste register file space). In other words: it is fine for two or more +SVSHAPEs to simultaneously use the same +Indices, but one SVSHAPE has different 2D dimensions and ordering from the others. -------------