projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e561b0
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 7 Jan 2021 20:46:08 +0000
(20:46 +0000)
committer
IkiWiki
<ikiwiki.info>
Thu, 7 Jan 2021 20:46:08 +0000
(20:46 +0000)
openpower/sv/ldst.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/ldst.mdwn
b/openpower/sv/ldst.mdwn
index 6aaf350c5bdcb370295b949fc921574ca9a12e92..c0635cded26872d40d2d9dc2c6a82c4dd7247f98 100644
(file)
--- a/
openpower/sv/ldst.mdwn
+++ b/
openpower/sv/ldst.mdwn
@@
-122,7
+122,7
@@
and other modes have all been removed, for clarity and simplicity:
# read the underlying memory
memread <= mem[srcbase + imm_offs];
- # optionally performs
8-byte swap (because src_elwidth=64)
+ # optionally performs
byteswap at op width
if (bytereverse):
memread = byteswap(memread, op_width)