From: Andrey Miroshnikov Date: Thu, 9 Nov 2023 19:30:18 +0000 (+0000) Subject: Some more info X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ee70db0509793a5a5d2cc438f12612099f44e51;p=libreriscv.git Some more info --- diff --git a/openpower/sv/cookbook/remap_matrix.mdwn b/openpower/sv/cookbook/remap_matrix.mdwn index ad2302f1f..973444f7a 100644 --- a/openpower/sv/cookbook/remap_matrix.mdwn +++ b/openpower/sv/cookbook/remap_matrix.mdwn @@ -256,6 +256,9 @@ This is how the indices compare: | 5 | 5 | 3 | | 1 2 | 2 1 | 1 1 | ``` +See the appendix section below for some more info on how to generate these +sequences. + These row/column indices are converted to the flattened indices when actually used when SVP64 looping is going on (during the `maddld` hot loop).