(no commit message)
[libreriscv.git] / openpower / sv / remap.mdwn
index 7e66568a7916b88f01347e5af709cac8f086300d..22bf57ba0b15d664dd84d62e3c4a28fa6e2672d5 100644 (file)
@@ -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