try different image import
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 30 Jun 2022 13:58:38 +0000 (14:58 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 30 Jun 2022 13:58:38 +0000 (14:58 +0100)
openpower/sv/overview.mdwn

index 4c50502de18a583c74d9fa70df8619818d9148ce..695e224666a825620a6dd89dfa59e6a98d86a23e 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.
 
-[[!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.