projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7638f28
)
add regfile image to overview
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 1 Jul 2022 08:28:20 +0000
(09:28 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 1 Jul 2022 08:28:20 +0000
(09:28 +0100)
openpower/sv/overview.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/overview.mdwn
b/openpower/sv/overview.mdwn
index a599b2eab29066acae6adb8e90ba17705d1bfad4..078521720ef328f484a6a47f2f91b9cc220c6f5c 100644
(file)
--- a/
openpower/sv/overview.mdwn
+++ b/
openpower/sv/overview.mdwn
@@
-438,6
+438,8
@@
each element word:
register number (`RT`, `RA`) indicates the *starting* point for the storage
and retrieval of the elements.
+![image](/svp64-primer/img/svp64_regs.svg)
+
Our simple loop, instead of accessing the array of regfile entries
with a computed index `iregs[RT+i]`, would access the appropriate element
of the appropriate width, such as `iregs[RT].s[i]` in order to access