From: lkcl Date: Sat, 15 Apr 2023 12:43:47 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls009_v1~78 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d50ebd3493cdb8f4fb65140aa24e2fe9568f173;p=libreriscv.git --- diff --git a/openpower/sv/rfc/ls009.mdwn b/openpower/sv/rfc/ls009.mdwn index b25d94ce7..07cc65625 100644 --- a/openpower/sv/rfc/ls009.mdwn +++ b/openpower/sv/rfc/ls009.mdwn @@ -1667,6 +1667,10 @@ if __name__ == '__main__': demo() ``` +---------------- + +\newpage{} + ## REMAP Parallel Reduction pseudocode The python3 program below is stand-alone executable and is the Canonical Specification @@ -1758,6 +1762,10 @@ if __name__ == '__main__': demo() ``` +---------------- + +\newpage{} + ## REMAP FFT pseudocode ```