aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-11-27 17:42:32 +0100
committerClifford Wolf <clifford@clifford.at>2017-11-27 17:42:32 +0100
commitb981e5aa6904954dbb89a0d1321f65719601c029 (patch)
tree9bd6d3745c3340612720da9ca55d61e0c93347d7
parent66f2d10822a37dd4c7d9af36de9faf90cb412b6e (diff)
downloadyosys-b981e5aa6904954dbb89a0d1321f65719601c029.tar.gz
yosys-b981e5aa6904954dbb89a0d1321f65719601c029.tar.bz2
yosys-b981e5aa6904954dbb89a0d1321f65719601c029.zip
Fixed "yosys-smtbmc -g" handling of no solution
-rw-r--r--backends/smt2/smtbmc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/smt2/smtbmc.py b/backends/smt2/smtbmc.py
index d9b79e26e..560e39d86 100644
--- a/backends/smt2/smtbmc.py
+++ b/backends/smt2/smtbmc.py
@@ -1279,7 +1279,7 @@ else: # not tempind, covermode
step += step_size
- if gentrace:
+ if gentrace and retstatus:
print_anyconsts(0)
write_trace(0, num_steps, '%')