abc9 not to clean after aigmap
authorEddie Hung <eddieh@ece.ubc.ca>
Mon, 25 Feb 2019 23:31:52 +0000 (15:31 -0800)
committerEddie Hung <eddieh@ece.ubc.ca>
Mon, 25 Feb 2019 23:31:52 +0000 (15:31 -0800)
passes/techmap/abc9.cc

index f6ace6a945d02b66275b89af128899e1c6d1b8be..90234ea336215b0dba62cfa1a54b8e9273a912f6 100644 (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);