Bugfix in "yosys-smtbmc --unroll"
authorClifford Wolf <clifford@clifford.at>
Wed, 7 Sep 2016 19:01:51 +0000 (21:01 +0200)
committerClifford Wolf <clifford@clifford.at>
Wed, 7 Sep 2016 19:01:51 +0000 (21:01 +0200)
backends/smt2/smtio.py

index 9bb934a461cb623f5dbdb44abe515fbaa19d30a9..b234270cb717e563c999f529e4e678008404a146 100644 (file)
@@ -533,7 +533,7 @@ class SmtOpts:
         self.solver = "z3"
         self.debug_print = False
         self.debug_file = None
-        self.unroll = True
+        self.unroll = False
         self.timeinfo = True
 
     def handle(self, o, a):