aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--passes/techmap/abc9.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc
index df59ff857..e7fcb9165 100644
--- a/passes/techmap/abc9.cc
+++ b/passes/techmap/abc9.cc
@@ -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");