mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +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
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue