aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Gonzalez <boqwxp@airmail.cc>2020-05-29 21:30:24 +0000
committerAlberto Gonzalez <boqwxp@airmail.cc>2020-05-29 21:33:00 +0000
commitea30465107a148454f19226e44b242de73d200dd (patch)
treeaaf97c0d211871af715a652c7cb340c3b1b5dfb0
parent9847a4eea8b6d758c06d3d95f2bfe84c57774364 (diff)
downloadyosys-ea30465107a148454f19226e44b242de73d200dd.tar.gz
yosys-ea30465107a148454f19226e44b242de73d200dd.tar.bz2
yosys-ea30465107a148454f19226e44b242de73d200dd.zip
smtbmc: Remove superfluous `yosys-smt2-timeout` file macro.
Co-Authored-By: clairexen <claire@symbioticeda.com>
-rw-r--r--backends/smt2/smtio.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/smt2/smtio.py b/backends/smt2/smtio.py
index d24fbf809..9f7c8c6d9 100644
--- 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