mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-28 07:28:57 +00:00
Write native yosys witness traces
This commit is contained in:
parent
acaf6ef0c2
commit
d3520037b9
3 changed files with 4 additions and 4 deletions
|
@ -739,7 +739,7 @@ class SbyTask(SbyConfig):
|
|||
print("abc -g AND -fast", file=f)
|
||||
print("opt_clean", file=f)
|
||||
print("stat", file=f)
|
||||
print("write_aiger -I -B -zinit -no-startoffset -map design_aiger.aim design_aiger.aig", file=f)
|
||||
print("write_aiger -I -B -zinit -no-startoffset -map design_aiger.aim -ywmap design_aiger.ywa design_aiger.aig", file=f)
|
||||
|
||||
proc = SbyProc(
|
||||
self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue