projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
767daef
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 25 Sep 2022 00:22:46 +0000
(
01:22
+0100)
committer
IkiWiki
<ikiwiki.info>
Sun, 25 Sep 2022 00:22:46 +0000
(
01:22
+0100)
openpower/sv/overview/discussion.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/overview/discussion.mdwn
b/openpower/sv/overview/discussion.mdwn
index 0700ba21bdfd6ac7b0bbb3641710a81bcdcff046..dd673a7c2efa1b8775bd74952632f1d53838023f 100644
(file)
--- a/
openpower/sv/overview/discussion.mdwn
+++ b/
openpower/sv/overview/discussion.mdwn
@@
-251,7
+251,8
@@
then the following bits are set (all others zero):
RT.b61-3 = 1 RT.B7 = 0x07 RT.H3 = 0x0007 RT.W1 = 0x00000007
Now taking the c struct definition `elreg_t` above we may provide
-a link between the two definitions:
+a link between the two definitions, noting that our c "hardware"
+is a LE-ordered "machine" but that RA is as above:
elreg_t x = RA;
x.actual_bytes[0] = RA.B7; // byte zero in LE is byte 7 in MSB0