3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-10-03 16:23:57 +00:00

create only a single bad when using pono solver; workaround for #137

This commit is contained in:
N. Engelhardt 2022-01-12 13:18:54 +01:00
parent ad07ea0e85
commit 257a57d8ed
2 changed files with 3 additions and 2 deletions

View file

@ -449,6 +449,7 @@ class SbyTask:
print("dffunmap", file=f)
print("stat", file=f)
print("write_btor {}-i design_{m}.info design_{m}.btor".format("-c " if self.opt_mode == "cover" else "", m=model_name), file=f)
print("write_btor -s {}-i design_{m}_single.info design_{m}_single.btor".format("-c " if self.opt_mode == "cover" else "", m=model_name), file=f)
proc = SbyProc(
self,