aigmap everything

This commit is contained in:
Eddie Hung 2020-01-02 16:13:44 -08:00
parent 32695e5032
commit 4eaf415052
1 changed files with 1 additions and 1 deletions

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