mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Fixed "yosys-smtbmc -g" handling of no solution
This commit is contained in:
parent
c22d0e1f53
commit
da91b31bb2
|
@ -1279,7 +1279,7 @@ else: # not tempind, covermode
|
||||||
|
|
||||||
step += step_size
|
step += step_size
|
||||||
|
|
||||||
if gentrace:
|
if gentrace and retstatus:
|
||||||
print_anyconsts(0)
|
print_anyconsts(0)
|
||||||
write_trace(0, num_steps, '%')
|
write_trace(0, num_steps, '%')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue