From: lkcl Date: Tue, 15 Dec 2020 21:00:27 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~1309 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48818d67512a6815d73b89b6c6014862c4243544;p=libreriscv.git --- diff --git a/openpower/sv/svp_rewrite/svp64/discussion.mdwn b/openpower/sv/svp_rewrite/svp64/discussion.mdwn index 2b7834aa2..f8e279851 100644 --- a/openpower/sv/svp_rewrite/svp64/discussion.mdwn +++ b/openpower/sv/svp_rewrite/svp64/discussion.mdwn @@ -178,10 +178,10 @@ Note: considerable care needs to be taken when putting these horiz/vertical CRs y = i % 8 x = i // 8 if verticalmode: - CRINDEX = y*8 + x + CRINDEX = BA + y*8 + x else: - CRINDEX = i - CR[BA + CRINDEX] = ... + CRINDEX = BA*8 i + CR[CRINDEX] = ...