mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24: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 -assert2assume", file=f)
|
||||||
print("chformal -cover -remove", file=f)
|
print("chformal -cover -remove", file=f)
|
||||||
print("opt_clean", file=f)
|
print("opt_clean", file=f)
|
||||||
|
print("setundef -anyseq", file=f)
|
||||||
print("write_ilang ../model/design.il", file=f)
|
print("write_ilang ../model/design.il", file=f)
|
||||||
|
|
||||||
task = SbyTask(self, "script", [],
|
task = SbyTask(self, "script", [],
|
||||||
|
|
Loading…
Reference in a new issue