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
1 changed files with 1 additions and 1 deletions

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