projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ada2528
)
try different image import
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 30 Jun 2022 13:58:38 +0000
(14:58 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 30 Jun 2022 13:58:38 +0000
(14:58 +0100)
openpower/sv/overview.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/overview.mdwn
b/openpower/sv/overview.mdwn
index 4c50502de18a583c74d9fa70df8619818d9148ce..695e224666a825620a6dd89dfa59e6a98d86a23e 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.
-[[!img "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.