Bugfix in "yosys-smtbmc --unroll"
This commit is contained in:
parent
6770d6e0f8
commit
209a3d9ffc
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue