mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-10 19:27:07 +00:00
smtbmc: Remove superfluous yosys-smt2-timeout
file macro.
Co-Authored-By: clairexen <claire@symbioticeda.com>
This commit is contained in:
parent
9847a4eea8
commit
ea30465107
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue