From 209a3d9ffcb5f7efbe60b0e0d45755329532535e Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 7 Sep 2016 21:01:51 +0200 Subject: Bugfix in "yosys-smtbmc --unroll" --- backends/smt2/smtio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends') diff --git a/backends/smt2/smtio.py b/backends/smt2/smtio.py index 9bb934a46..b234270cb 100644 --- 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 = True + self.unroll = False self.timeinfo = True def handle(self, o, a): -- cgit v1.2.3