3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 21:08:47 +00:00

abc9: remove redundant wbflip

This commit is contained in:
Eddie Hung 2020-04-15 16:18:37 -07:00
parent 4c6647a469
commit c41c180f68

View file

@ -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");
}