mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
abc9: remove redundant wbflip
This commit is contained in:
parent
4c6647a469
commit
c41c180f68
1 changed files with 0 additions and 1 deletions
|
@ -350,7 +350,6 @@ struct Abc9Pass : public ScriptPass
|
|||
run("techmap -wb -map %$abc9 -map +/techmap.v");
|
||||
run("opt -purge");
|
||||
run("aigmap");
|
||||
run("wbflip");
|
||||
run("design -stash $abc9_holes");
|
||||
run("design -load $abc9");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue