From 91cbb5e335867813ab41f8f01b22f4e7b80863d5 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 6 Aug 2021 16:39:57 +0100 Subject: [PATCH] --- openpower/sv/branches.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/sv/branches.mdwn b/openpower/sv/branches.mdwn index a467de30d..bafb0b57b 100644 --- a/openpower/sv/branches.mdwn +++ b/openpower/sv/branches.mdwn @@ -208,7 +208,7 @@ for srcstep in range(VL): else cond_ok |= el_cond_ok # test for VL to be set (and exit) - if ~el_cond_ok and VLSET + if VLSET and VSb = el_cond_ok then if SVRMmode.VLI SVSTATE.VL = srcstep+1 else @@ -247,7 +247,7 @@ else # actual element test here cond_ok <- BO[0] | ¬(testbit ^ BO[1]) # test for VL to be set (and exit) -if ~cond_ok and VLSET +if VLSET and cond_ok = VSb then if SVRMmode.VLI SVSTATE.VL = new_srcstep+1 else -- 2.30.2