From: lkcl Date: Sun, 16 Apr 2023 10:11:20 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls009_v1~34 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a787fccd964d75a1fa4bf345c707e8332474b43c;p=libreriscv.git --- diff --git a/openpower/sv/remap/appendix.mdwn b/openpower/sv/remap/appendix.mdwn index 655c81490..0929c941c 100644 --- a/openpower/sv/remap/appendix.mdwn +++ b/openpower/sv/remap/appendix.mdwn @@ -1,6 +1,4 @@ -[[!tag standards]] - -# REMAP Matrix pseudocode +## REMAP Matrix pseudocode The algorithm below shows how REMAP works more clearly, and may be executed as a python program: @@ -85,7 +83,7 @@ pipeline overlaps. Out-of-order / Superscalar micro-architectures with register-renaming will have an easier time dealing with this than DSP-style SIMD micro-architectures. -# REMAP FFT pseudocode +## REMAP FFT pseudocode The algorithm below shows how FFT REMAP works, and may be executed as a python program: @@ -157,6 +155,9 @@ setting VL=64, using an extra dimension on the SHAPE0 and SHAPE1 SPRs, and applying a rotating 1D SHAPE SPR of xdim=16 to f8 in order to get it to apply four times to compute the four columns worth of vectors. +[[!tag standards]] + --------- \newpage{} +