projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b53ca1
)
(no commit message)
author
lkcl
<lkcl@web>
Fri, 25 Dec 2020 00:20:14 +0000
(
00:20
+0000)
committer
IkiWiki
<ikiwiki.info>
Fri, 25 Dec 2020 00:20:14 +0000
(
00:20
+0000)
openpower/sv/overview.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/overview.mdwn
b/openpower/sv/overview.mdwn
index a5f4fec129734817aa1b978dd38d3ba98224320a..8901189be854101a75cf13f88ef21b6145ef7d9b 100644
(file)
--- a/
openpower/sv/overview.mdwn
+++ b/
openpower/sv/overview.mdwn
@@
-15,7
+15,8
@@
The fundamentals are:
* The Program Counter gains a "Sub Counter" context.
* Vectorisation pauses the PC and runs a loop from 0 to VL-1
- (where VL is Vector Length)
+ (where VL is Vector Length). This may be thought of as a
+ "Sub-PC"
* Some registers may be "tagged" as Vectors
* During the loop, "Vector"-tagged register are incremented by
one with each iteration, executing the *same instruction*