From: lkcl Date: Tue, 1 Dec 2020 16:12:32 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~1551 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d3782e0b8b610623aedce696af2f2e7858e7835;p=libreriscv.git --- diff --git a/openpower/sv/setvl.mdwn b/openpower/sv/setvl.mdwn index 9fc0e5f67..250ff634e 100644 --- a/openpower/sv/setvl.mdwn +++ b/openpower/sv/setvl.mdwn @@ -54,7 +54,9 @@ See links: if rt != 0 { // rt is not zero regs[rt] = VL; - if Rc { - // update CR from VL - } + } + // write CR? + if Rc { + // update CR from VL (not rt) + CR0 = .... }