From: Luke Kenneth Casson Leighton Date: Thu, 30 Jun 2022 13:58:38 +0000 (+0100) Subject: try different image import X-Git-Tag: opf_rfc_ls005_v1~1447 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4b7ac93e1bb573bf63d6d71da6e5adf2469be70;p=libreriscv.git try different image import --- diff --git a/openpower/sv/overview.mdwn b/openpower/sv/overview.mdwn index 4c50502de..695e22466 100644 --- 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.