diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-06 12:21:50 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-06 12:21:50 -0800 |
commit | 6728a62d92bc710002cdb2d7270ffac49e09e0d1 (patch) | |
tree | f17b7a70ca0c34d62b521c99c5fc317f4b356c1f /passes/techmap/abc9.cc | |
parent | 64ace4b0dc5c8dd24132bc8046b2bacc163f9164 (diff) | |
download | yosys-6728a62d92bc710002cdb2d7270ffac49e09e0d1.tar.gz yosys-6728a62d92bc710002cdb2d7270ffac49e09e0d1.tar.bz2 yosys-6728a62d92bc710002cdb2d7270ffac49e09e0d1.zip |
abc9: uncomment nothing to map message
Diffstat (limited to 'passes/techmap/abc9.cc')
-rw-r--r-- | passes/techmap/abc9.cc | 8 |
1 files changed, 4 insertions, 4 deletions
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) { |