From eed6c9378bae9d8a4e943150433a593825116d66 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 1 Jul 2022 09:28:20 +0100 Subject: [PATCH] add regfile image to overview --- openpower/sv/overview.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpower/sv/overview.mdwn b/openpower/sv/overview.mdwn index a599b2eab..078521720 100644 --- a/openpower/sv/overview.mdwn +++ b/openpower/sv/overview.mdwn @@ -438,6 +438,8 @@ each element word: register number (`RT`, `RA`) indicates the *starting* point for the storage and retrieval of the elements. +![image](/svp64-primer/img/svp64_regs.svg) + Our simple loop, instead of accessing the array of regfile entries with a computed index `iregs[RT+i]`, would access the appropriate element of the appropriate width, such as `iregs[RT].s[i]` in order to access -- 2.30.2