mirror of https://github.com/YosysHQ/yosys.git
Bugfix in "yosys-smtbmc --unroll"
This commit is contained in:
parent
6770d6e0f8
commit
209a3d9ffc
|
@ -533,7 +533,7 @@ class SmtOpts:
|
||||||
self.solver = "z3"
|
self.solver = "z3"
|
||||||
self.debug_print = False
|
self.debug_print = False
|
||||||
self.debug_file = None
|
self.debug_file = None
|
||||||
self.unroll = True
|
self.unroll = False
|
||||||
self.timeinfo = True
|
self.timeinfo = True
|
||||||
|
|
||||||
def handle(self, o, a):
|
def handle(self, o, a):
|
||||||
|
|
Loading…
Reference in New Issue