From: lkcl Date: Fri, 15 Jul 2022 14:16:44 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~1187 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f2fece505b44afc2127b170df9b97a2c32a2d52;p=libreriscv.git --- diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index 4060a0b94..14005f95b 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -503,6 +503,15 @@ 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 + +The algorithm below shows how REMAP works more clearly, and may be +executed as a python program: + +``` +[[!inline pages="openpower/sv/remap_fft_yield.py" quick="yes" raw="yes" ]] +``` + # 4x4 Matrix to vec4 Multiply Example The following settings will allow a 4x4 matrix (starting at f8), expressed