projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
272b57d
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 25 Aug 2022 02:12:28 +0000
(
03:12
+0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 25 Aug 2022 02:12:28 +0000
(
03:12
+0100)
openpower/sv/remap.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/remap.mdwn
b/openpower/sv/remap.mdwn
index 4e0e6100a8c1d1e10d23ac0b747042223063be5c..d92a7331f0a4c83f7486c6d1f26c60a8545ea8bd 100644
(file)
--- a/
openpower/sv/remap.mdwn
+++ b/
openpower/sv/remap.mdwn
@@
-400,7
+400,7
@@
In its simplest form (without elwidth overrides or other modes):
```
def index_remap(i):
- return GPR((SVSHAPE.SVGPR<<1)+i
+SVSHAPE.offset)
+ return GPR((SVSHAPE.SVGPR<<1)+i
) + SVSHAPE.offset
for i in 0..VL-1:
element_result = ....