projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac76b92
)
(no commit message)
author
lkcl
<lkcl@web>
Fri, 6 Aug 2021 15:39:57 +0000
(16:39 +0100)
committer
IkiWiki
<ikiwiki.info>
Fri, 6 Aug 2021 15:39:57 +0000
(16:39 +0100)
openpower/sv/branches.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/branches.mdwn
b/openpower/sv/branches.mdwn
index a467de30d8691a0bd05a88449e2e462107d233c9..bafb0b57b7defb8ea5282bec77df73a613edaac2 100644
(file)
--- 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