projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a72b38
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 16 Apr 2023 09:43:49 +0000
(10:43 +0100)
committer
IkiWiki
<ikiwiki.info>
Sun, 16 Apr 2023 09:43:49 +0000
(10:43 +0100)
openpower/sv/remap.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/remap.mdwn
b/openpower/sv/remap.mdwn
index 7e66568a7916b88f01347e5af709cac8f086300d..22bf57ba0b15d664dd84d62e3c4a28fa6e2672d5 100644
(file)
--- 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