From: Luke Kenneth Casson Leighton Date: Fri, 1 Jul 2022 08:28:20 +0000 (+0100) Subject: add regfile image to overview X-Git-Tag: opf_rfc_ls005_v1~1424 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eed6c9378bae9d8a4e943150433a593825116d66;p=libreriscv.git add regfile image to overview --- 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