mirror of https://github.com/YosysHQ/yosys.git
abc9: remove redundant wbflip
This commit is contained in:
parent
4c6647a469
commit
c41c180f68
|
@ -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…
Reference in New Issue