write_cxxrtl: ignore disconnected module ports.
authorwhitequark <whitequark@whitequark.org>
Tue, 14 Apr 2020 12:34:35 +0000 (12:34 +0000)
committerwhitequark <whitequark@whitequark.org>
Tue, 14 Apr 2020 12:36:20 +0000 (12:36 +0000)
commit0d0bf9c4a2acd70418670518bf641f7628c92165
tree8e1b8e2265368f8dedcb3aad577680b6f00078d8
parentf44b287f8e36684607447beb05556f1a5a34d625
write_cxxrtl: ignore disconnected module ports.

E.g. port `q` in `submod x(.p(p), .q());`.

Fixes #1920.
backends/cxxrtl/cxxrtl.cc