diff options
author | Alberto Gonzalez <boqwxp@airmail.cc> | 2020-05-29 21:30:24 +0000 |
---|---|---|
committer | Alberto Gonzalez <boqwxp@airmail.cc> | 2020-05-29 21:33:00 +0000 |
commit | ea30465107a148454f19226e44b242de73d200dd (patch) | |
tree | aaf97c0d211871af715a652c7cb340c3b1b5dfb0 | |
parent | 9847a4eea8b6d758c06d3d95f2bfe84c57774364 (diff) | |
download | yosys-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.py | 4 |
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 |