From: Eddie Hung Date: Mon, 25 Feb 2019 23:31:52 +0000 (-0800) Subject: abc9 not to clean after aigmap X-Git-Tag: working-ls180~1237^2~261 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ca3fd6a1cca6f12db4069ed6f73b814aee2eeaf;p=yosys.git abc9 not to clean after aigmap --- diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc index f6ace6a94..90234ea33 100644 --- a/passes/techmap/abc9.cc +++ b/passes/techmap/abc9.cc @@ -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);