projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9dee5e
)
(no commit message)
author
lkcl
<lkcl@web>
Sat, 24 Sep 2022 23:14:38 +0000
(
00:14
+0100)
committer
IkiWiki
<ikiwiki.info>
Sat, 24 Sep 2022 23:14:38 +0000
(
00:14
+0100)
openpower/sv/overview/discussion.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/overview/discussion.mdwn
b/openpower/sv/overview/discussion.mdwn
index 2c488eabbf87f1a521c9f502d0caed538cbaaf05..a430af00a6eb86a6272350aac82efb22c4b3df29 100644
(file)
--- a/
openpower/sv/overview/discussion.mdwn
+++ b/
openpower/sv/overview/discussion.mdwn
@@
-208,5
+208,7
@@
MSB0 numbering. We start with some definitions:
First we define the contents of 64-bit registers:
- r0 : | b0 b1 b2 b3 b4 b5 b6 b7 | ... | b56 b57 b58 b59 b60 b61 b62 b63 |
- | B0 | ... | B7 |
+| name | hi byte/bit | ... | lo byte/bit |
+|------|-------------------------|-----|---------------------------------|
+| bits | b0 b1 b2 b3 b4 b5 b6 b7 | ... | b56 b57 b58 b59 b60 b61 b62 b63 |
+| bytes| B0 | ... | B7 |