mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-22 21:05:30 +00:00
test uninited FFs with const clks and fix btor script for this
This commit is contained in:
parent
9016031f32
commit
ff802086b4
2 changed files with 44 additions and 1 deletions
|
@ -653,7 +653,7 @@ class SbyTask(SbyConfig):
|
|||
print("abc", file=f)
|
||||
print("opt_clean", file=f)
|
||||
else:
|
||||
print("opt -fast", file=f)
|
||||
print("opt -fast -keepdc", file=f)
|
||||
print("delete -output", file=f)
|
||||
print("dffunmap", file=f)
|
||||
print("stat", file=f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue