mirror of https://github.com/YosysHQ/yosys.git
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 New Issue