(no commit message)
authorlkcl <lkcl@web>
Wed, 27 Jan 2021 22:58:02 +0000 (22:58 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 27 Jan 2021 22:58:02 +0000 (22:58 +0000)
openpower/sv/implementation.mdwn

index 21feef7669f904b47e81570955767ff88c847fab..d6529dd9dacce2797b9a1afc49beef40019b0fde 100644 (file)
@@ -99,7 +99,7 @@ SV's SVSTATE context is effectively a Sub-PC.  On exceptions the PC is saved int
 
 ## VL for-loop
 
-main SV for-loop, as a FSM, updating `SVSTATE.srcstep`, using it as the index in the for-loop from 0 to VL-1
+main SV for-loop, as a FSM, updating `SVSTATE.srcstep`, using it as the index in the for-loop from 0 to VL-1.  Register numbers are incremented by one if marked as vector.
 
 * ISACaller: TODO
 * power-gem5: TODO