abc9: put 'aigmap' back
authorEddie Hung <eddie@fpgeh.com>
Tue, 21 Apr 2020 22:42:05 +0000 (15:42 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 14 May 2020 17:33:56 +0000 (10:33 -0700)
passes/techmap/abc9.cc

index 8fa1f60c53c4d382ccab5483349db55c124410b5..93751e0bca26c9296771900a5f7ae29842faf10d 100644 (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");