aigmap everything
authorEddie Hung <eddie@fpgeh.com>
Fri, 3 Jan 2020 00:13:44 +0000 (16:13 -0800)
committerEddie Hung <eddie@fpgeh.com>
Fri, 3 Jan 2020 00:13:44 +0000 (16:13 -0800)
passes/techmap/abc9.cc

index df59ff8578badfc005501f9c8033c5516c8a82b3..e7fcb91656307e467a337dc69afa65157162db54 100644 (file)
@@ -191,7 +191,7 @@ struct Abc9Pass : public ScriptPass
                run("techmap @abc9_holes");
                run("scc -set_attr abc9_scc_id {}");
                run("abc9_ops -break_scc");
-               run("aigmap @abc9_holes");
+               run("aigmap");
                if (dff_mode)
                        run("abc9_ops -prep_dff");
                run("opt -purge @abc9_holes");