From: lkcl Date: Thu, 7 Jan 2021 20:46:08 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~565 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d180ffbbab06d313e754d840c1ac2c9188519589;p=libreriscv.git --- diff --git a/openpower/sv/ldst.mdwn b/openpower/sv/ldst.mdwn index 6aaf350c5..c0635cded 100644 --- a/openpower/sv/ldst.mdwn +++ b/openpower/sv/ldst.mdwn @@ -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)