(no commit message)
authorlkcl <lkcl@web>
Sun, 24 Jan 2021 00:31:04 +0000 (00:31 +0000)
committerIkiWiki <ikiwiki.info>
Sun, 24 Jan 2021 00:31:04 +0000 (00:31 +0000)
openpower/sv/implementation.mdwn

index 56cddb49f374f217f28b23fc4d6e25afe0a4a5dc..4d2581b4380a31ab1b8495500995e18b514d8ac8 100644 (file)
@@ -52,3 +52,22 @@ People coordinating different tasks. This doesn't mean exclusive work on these a
 * Tobias:
 * Alexandre: binutils-svp64-assembler
 
+# Adding SV
+
+order: listed in [[sv/overview]]
+
+## sv.setvl
+
+a [[sv/setvl]] instruction is needed, which also implements [[sv/sprs]] i.e. primarily the `SVSTATE` SPR.
+
+* ISACaller: TODO
+* power-gem5: TODO
+* TestIssuer: TODO
+
+## 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
+
+* ISACaller: TODO
+* power-gem5: TODO
+* TestIssuer: TODO