From: lkcl Date: Wed, 13 Jan 2021 18:24:45 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~461 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=31f7ac65c30c6ba64838a57884ed90a0595b8d4e;p=libreriscv.git --- diff --git a/openpower/sv/overview.mdwn b/openpower/sv/overview.mdwn index 876896ec6..ab79bb289 100644 --- a/openpower/sv/overview.mdwn +++ b/openpower/sv/overview.mdwn @@ -633,7 +633,7 @@ truncating down to 8 bit for example. opwidth = max(srcwid, destwid) # logical op, signed has no meaning result = op_xor(src1, src2, opwidth) - # now saturate (unsigned) + # now saturate (signed) sat = max(result, (1<