From: Eddie Hung Date: Sun, 17 Feb 2019 05:09:48 +0000 (-0800) Subject: Cleanup X-Git-Tag: working-ls180~1237^2~313 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76c35f80f4d2ad3b2e686186c9febc2872f5c9ff;p=yosys.git Cleanup --- diff --git a/backends/aiger/xaiger.cc b/backends/aiger/xaiger.cc index 456f3f899..ae296d395 100644 --- a/backends/aiger/xaiger.cc +++ b/backends/aiger/xaiger.cc @@ -566,9 +566,8 @@ struct XAigerWriter output_lines.sort(); for (auto &it : output_lines) f << it.second; - if (omode && output_bits.empty() && co_bits.empty()) { + if (omode && output_lines.empty()) f << "output 0 0 __dummy_o__\n"; - } latch_lines.sort(); for (auto &it : latch_lines)