mirror of https://github.com/YosysHQ/yosys.git
abc9 not to clean after aigmap
This commit is contained in:
parent
292f80d231
commit
0ca3fd6a1c
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue