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:
parent
ad07ea0e85
commit
257a57d8ed
2 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue