projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4b7ac9
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 30 Jun 2022 14:01:39 +0000
(15:01 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 30 Jun 2022 14:01:39 +0000
(15:01 +0100)
openpower/sv/overview.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/overview.mdwn
b/openpower/sv/overview.mdwn
index 695e224666a825620a6dd89dfa59e6a98d86a23e..639bb3057120f73cee1d13872c2a1035ca06d908 100644
(file)
--- a/
openpower/sv/overview.mdwn
+++ b/
openpower/sv/overview.mdwn
@@
-91,7
+91,7
@@
The fundamentals are (just like x86 "REP"):
* Once the loop is completed *only then* is the Program Counter
allowed to move to the next instruction.
-![image](svp64-primer/img/power_pipelines.svg)
+![image](
/
svp64-primer/img/power_pipelines.svg)
Hardware (and simulator) implementors are free and clear to implement this
as literally a for-loop, sitting in between instruction decode and issue.