abc9: put 'aigmap' back

This commit is contained in:
Eddie Hung 2020-04-21 15:42:05 -07:00
parent a323881e15
commit ed7cb0b095
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ struct Abc9Pass : public ScriptPass
run("design -load $abc9_holes");
run("techmap -wb -map %$abc9 -map +/techmap.v");
run("opt -purge");
run("aigmap");
run("design -stash $abc9_holes");
run("design -load $abc9");
run("design -delete $abc9");