projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6770d6e
)
Bugfix in "yosys-smtbmc --unroll"
author
Clifford Wolf
<clifford@clifford.at>
Wed, 7 Sep 2016 19:01:51 +0000
(21:01 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Wed, 7 Sep 2016 19:01:51 +0000
(21:01 +0200)
backends/smt2/smtio.py
patch
|
blob
|
history
diff --git
a/backends/smt2/smtio.py
b/backends/smt2/smtio.py
index 9bb934a461cb623f5dbdb44abe515fbaa19d30a9..b234270cb717e563c999f529e4e678008404a146 100644
(file)
--- a/
backends/smt2/smtio.py
+++ b/
backends/smt2/smtio.py
@@
-533,7
+533,7
@@
class SmtOpts:
self.solver = "z3"
self.debug_print = False
self.debug_file = None
- self.unroll =
Tru
e
+ self.unroll =
Fals
e
self.timeinfo = True
def handle(self, o, a):