From: lkcl Date: Sun, 16 Apr 2023 09:43:49 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls009_v1~40 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=adb1d23d8cc7bda1d34e8a77939365c86190d809;p=libreriscv.git --- diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index 7e66568a7..22bf57ba0 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -145,9 +145,9 @@ matrix to create a 5x4 result: ``` - svshape 5, 4, 3, 0, 0 # Outer Product - svremap 15, 1, 2, 3, 0, 0, 0, 0 - sv.fmadds *0, *32, *64, *0 + svshape 5,4,3,0,0 # Outer Product 5x4 by 4x3 + svremap 15,1,2,3,0,0,0,0 # link Schedule to registers + sv.fmadds *0,*32,*64,*0 # 60 FMACs get executed here ``` * svshape sets up the four SVSHAPE SPRS for a Matrix Schedule