(no commit message)
authorlkcl <lkcl@web>
Thu, 30 Jun 2022 14:01:39 +0000 (15:01 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 30 Jun 2022 14:01:39 +0000 (15:01 +0100)
openpower/sv/overview.mdwn

index 695e224666a825620a6dd89dfa59e6a98d86a23e..639bb3057120f73cee1d13872c2a1035ca06d908 100644 (file)
@@ -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.