rtlil: Dump empty connections when whole module is selected.
authorMarcelina Kościelnicka <mwk@0x04.net>
Sat, 11 Dec 2021 15:53:54 +0000 (16:53 +0100)
committerMarcelina Kościelnicka <mwk@0x04.net>
Sun, 12 Dec 2021 00:22:06 +0000 (01:22 +0100)
commitd019b4e6810bce37bd3477bb365288cae2a572b2
tree018b64ae47f1161c3da42e88a4d4113a12aa1db8
parent21fbdb6638bc00758dfe7aaac93c5805160168d5
rtlil: Dump empty connections when whole module is selected.

Without this, empty connections will be always skipped by `dump`, since
they contain no selected wires.  This makes debugging rather confusing.
backends/rtlil/rtlil_backend.cc