From c71948e1c79a91db4db5cf067d2e35b30ec4c128 Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 29 Jun 2022 11:47:49 +0100 Subject: [PATCH] --- openpower/sv/overview.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpower/sv/overview.mdwn b/openpower/sv/overview.mdwn index 9f37c0198..4ac2f68f2 100644 --- a/openpower/sv/overview.mdwn +++ b/openpower/sv/overview.mdwn @@ -90,6 +90,8 @@ 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" ]] + Hardware (and simulator) implementors are free and clear to implement this as literally a for-loop, sitting in between instruction decode and issue. Higher performance systems may deploy SIMD backends, multi-issue and -- 2.30.2