1
0
mirror of synced 2026-01-28 13:09:09 +00:00

abc9 not to clean after aigmap

This commit is contained in:
Eddie Hung
2019-02-25 15:31:52 -08:00
parent 292f80d231
commit 0ca3fd6a1c

View File

@@ -403,7 +403,7 @@ void abc9_module(RTLIL::Design *design, RTLIL::Module *current_module, std::stri
RTLIL::Selection& sel = design->selection_stack.back();
sel.select(module);
Pass::call(design, "aigmap; clean;");
Pass::call(design, "aigmap");
handle_loops(design);