Make VHDL code generator skip over virtual pins

Fixes pr2701438
(cherry picked from commit a05ac4b5f4)
This commit is contained in:
Larry Doolittle 2009-03-28 12:23:49 -07:00 committed by Stephen Williams
parent 183137b60c
commit 710ad582ed
1 changed files with 1 additions and 0 deletions

View File

@ -952,6 +952,7 @@ static int draw_constant_drivers(ivl_scope_t scope, void *_parent)
j++) {
// Make sure the nexus code is generated
ivl_nexus_t nex = ivl_signal_nex(sig, j);
if (!nex) continue; // skip virtual pins
seen_nexus(nex);
nexus_private_t *priv =