projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
474971b
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 31 Dec 2020 21:54:24 +0000
(21:54 +0000)
committer
IkiWiki
<ikiwiki.info>
Thu, 31 Dec 2020 21:54:24 +0000
(21:54 +0000)
openpower/sv/overview.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/overview.mdwn
b/openpower/sv/overview.mdwn
index 633a5cd4958de08ed3e8c62ca110bfa3b09b1cc5..fae284f92465708d5e02008aa9d5dcf4eb51be1f 100644
(file)
--- a/
openpower/sv/overview.mdwn
+++ b/
openpower/sv/overview.mdwn
@@
-290,8
+290,9
@@
registers. In c this would be:
Conceptually, to get our variable element width vectors,
we may think of the regfile as instead being the following c-based data
-structure, where all types uint16_t are in little-endian order:
+structure, where all types uint16_t
etc.
are in little-endian order:
+ #pragma(packed)
typedef union {
uint8_t actual_bytes[8];
uint8_t b[0]; // array of type uint8_t