From: Luke Kenneth Casson Leighton Date: Thu, 21 Jul 2022 20:14:27 +0000 (+0100) Subject: better description on multi issue image X-Git-Tag: opf_rfc_ls005_v1~1151 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78284e3bf016761e83fec297de531bb830492691;p=libreriscv.git better description on multi issue image --- diff --git a/openpower/sv/overview.mdwn b/openpower/sv/overview.mdwn index 6e918c189..d019afe53 100644 --- a/openpower/sv/overview.mdwn +++ b/openpower/sv/overview.mdwn @@ -95,7 +95,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. -![Multi-Issue](/svp64-primer/img/sv_multi_issue.svg) +![Multi-Issue with Predicated SIMD back-end ALUs](/svp64-primer/img/sv_multi_issue.svg) Hardware (and simulator) implementors are free and clear to implement this as literally a for-loop, sitting in between instruction decode and issue.