3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00

Fix assert checking in "yosys-smtbmc -c --append"

This commit is contained in:
Clifford Wolf 2017-02-26 11:06:26 +01:00
parent fd1cc0c73d
commit 66a1617b69

View file

@ -904,7 +904,7 @@ elif covermode:
cover_mask = "".join(new_cover_mask)
for i in range(step+1):
for i in range(step+1+append_steps):
if print_failed_asserts(i, extrainfo=" (step %d)" % i):
found_failed_assert = True