mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-23 13:18:00 +00:00
Use "hierarchy -simcheck" in default script
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
35d956c7bb
commit
d24d7e1aef
2 changed files with 3 additions and 1 deletions
|
@ -300,6 +300,7 @@ class SbyJob:
|
|||
print("setundef -anyseq", file=f)
|
||||
print("opt -keepdc -fast", file=f)
|
||||
print("check", file=f)
|
||||
print("hierarchy -simcheck", file=f)
|
||||
print("write_ilang ../model/design%s.il" % ("" if model_name == "base" else "_nomem"), file=f)
|
||||
|
||||
task = SbyTask(self, model_name, [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue