(no commit message)
authorlkcl <lkcl@web>
Thu, 25 Aug 2022 02:12:28 +0000 (03:12 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 25 Aug 2022 02:12:28 +0000 (03:12 +0100)
openpower/sv/remap.mdwn

index 4e0e6100a8c1d1e10d23ac0b747042223063be5c..d92a7331f0a4c83f7486c6d1f26c60a8545ea8bd 100644 (file)
@@ -400,7 +400,7 @@ In its simplest form (without elwidth overrides or other modes):
 
 ```
 def index_remap(i):
-    return GPR((SVSHAPE.SVGPR<<1)+i+SVSHAPE.offset)
+    return GPR((SVSHAPE.SVGPR<<1)+i) + SVSHAPE.offset
 
 for i in 0..VL-1:
     element_result = ....