From 9f2fece505b44afc2127b170df9b97a2c32a2d52 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 15 Jul 2022 15:16:44 +0100 Subject: [PATCH] --- openpower/sv/remap.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.30.2