From: Eddie Hung Date: Mon, 6 Jan 2020 20:21:50 +0000 (-0800) Subject: abc9: uncomment nothing to map message X-Git-Tag: working-ls180~881^2^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6728a62d92bc710002cdb2d7270ffac49e09e0d1;p=yosys.git abc9: uncomment nothing to map message --- diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc index f82511407..8cb34e523 100644 --- a/passes/techmap/abc9.cc +++ b/passes/techmap/abc9.cc @@ -715,10 +715,10 @@ clone_lut: design->remove(mapped_mod); } - //else - //{ - // log("Don't call ABC as there is nothing to map.\n"); - //} + else + { + log("Don't call ABC as there is nothing to map.\n"); + } if (cleanup) {