projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
299ab76
)
smtbmc: Fix typo in error message.
author
Alberto Gonzalez
<boqwxp@airmail.cc>
Tue, 19 May 2020 16:13:44 +0000
(16:13 +0000)
committer
Alberto Gonzalez
<boqwxp@airmail.cc>
Tue, 19 May 2020 16:13:44 +0000
(16:13 +0000)
Co-Authored-By: N. Engelhardt <nak@symbioticeda.com>
backends/smt2/smtbmc.py
patch
|
blob
|
history
diff --git
a/backends/smt2/smtbmc.py
b/backends/smt2/smtbmc.py
index f1f55be1cad928a7bec397cf24700c7a703a0bca..cc3ebb1295fa63ce9f1424450fb3546d3c67d05d 100644
(file)
--- a/
backends/smt2/smtbmc.py
+++ b/
backends/smt2/smtbmc.py
@@
-1511,7
+1511,7
@@
else: # not tempind, covermode
smt_assert_consequent(get_constr_expr(constr_assumes, i))
print_msg("Re-solving with appended steps..")
if smt_check_sat() == "unsat":
- print("%s Cannot append
ed
steps without violating assumptions!" % smt.timestamp())
+ print("%s Cannot append steps without violating assumptions!" % smt.timestamp())
retstatus = "FAILED"
break
print_anyconsts(step)