abc9: remove redundant wbflip

This commit is contained in:
Eddie Hung 2020-04-15 16:18:37 -07:00
parent 4c6647a469
commit c41c180f68
1 changed files with 0 additions and 1 deletions

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