mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 22:14:08 +00:00
Add "setundef -anyseq" to default yosys script
This commit is contained in:
parent
ff054ab88b
commit
3fb72628de
|
@ -357,6 +357,7 @@ class SbyJob:
|
|||
print("chformal -assert2assume", file=f)
|
||||
print("chformal -cover -remove", file=f)
|
||||
print("opt_clean", file=f)
|
||||
print("setundef -anyseq", file=f)
|
||||
print("write_ilang ../model/design.il", file=f)
|
||||
|
||||
task = SbyTask(self, "script", [],
|
||||
|
|
Loading…
Reference in a new issue