From: Eddie Hung Date: Thu, 29 Aug 2019 19:12:59 +0000 (-0700) Subject: abc9 to not call "clean" at end of run (often called outside) X-Git-Tag: working-ls180~1083^2~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e0f73c3df3119a839b326464a8399ce4256edc7;p=yosys.git abc9 to not call "clean" at end of run (often called outside) --- diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc index 84cb2c04f..f2662e0cb 100644 --- a/passes/techmap/abc9.cc +++ b/passes/techmap/abc9.cc @@ -1300,9 +1300,6 @@ struct Abc9Pass : public Pass { assign_map.clear(); - // The "clean" pass also contains a design->check() call - Pass::call(design, "clean"); - log_pop(); } } Abc9Pass;