From: lkcl Date: Sun, 24 Jul 2022 01:48:05 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~1055 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41ef38939ff3ce545e921a9f75cb905235bdf3a3;p=libreriscv.git --- diff --git a/openpower/sv/overview.mdwn b/openpower/sv/overview.mdwn index f4dab4b36..91385e752 100644 --- a/openpower/sv/overview.mdwn +++ b/openpower/sv/overview.mdwn @@ -901,7 +901,7 @@ be parallelised), data-dependent fail-first *stops* at the first failure: CRnew = analyse(result) # calculates eq/lt/gt # now test CR, similar to branch if CRnew[BO[0:1]] != BO[2]: - VL = i # truncate: only successes allowed + VL = i+VLi # truncate: only successes allowed break # test passed: store result (and CR?) if not RC1: iregs[RT+i] = result