(no commit message)
authorlkcl <lkcl@web>
Thu, 7 Jan 2021 20:46:08 +0000 (20:46 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 7 Jan 2021 20:46:08 +0000 (20:46 +0000)
openpower/sv/ldst.mdwn

index 6aaf350c5bdcb370295b949fc921574ca9a12e92..c0635cded26872d40d2d9dc2c6a82c4dd7247f98 100644 (file)
@@ -122,7 +122,7 @@ and other modes have all been removed, for clarity and simplicity:
         # read the underlying memory
         memread <= mem[srcbase + imm_offs];
 
-        # optionally performs 8-byte swap (because src_elwidth=64)
+        # optionally performs byteswap at op width
         if (bytereverse):
             memread = byteswap(memread, op_width)