projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9847a4e
)
smtbmc: Remove superfluous `yosys-smt2-timeout` file macro.
author
Alberto Gonzalez
<boqwxp@airmail.cc>
Fri, 29 May 2020 21:30:24 +0000
(21:30 +0000)
committer
Alberto Gonzalez
<boqwxp@airmail.cc>
Fri, 29 May 2020 21:33:00 +0000
(21:33 +0000)
Co-Authored-By: clairexen <claire@symbioticeda.com>
backends/smt2/smtio.py
patch
|
blob
|
history
diff --git
a/backends/smt2/smtio.py
b/backends/smt2/smtio.py
index d24fbf8096a8215c5540d18c6c6e046432cab49a..9f7c8c6d98fa868fa9cb742fa2e6b8aa82c378d0 100644
(file)
--- a/
backends/smt2/smtio.py
+++ b/
backends/smt2/smtio.py
@@
-468,10
+468,6
@@
class SmtIo:
fields = stmt.split()
- if fields[1] == "yosys-smt2-timeout":
- self.timeout = int(fields[2])
- assert self.timeout > 0
-
if fields[1] == "yosys-smt2-nomem":
if self.logic is None:
self.logic_ax = False