3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-12 00:53:26 +00:00

hierarchy: Resolve SV wildcard port connections

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2019-11-22 09:04:54 +00:00
parent 50f86c11b2
commit 5df591c023
2 changed files with 63 additions and 4 deletions

View file

@ -1582,7 +1582,7 @@ cell_port:
free_attr($1);
} |
attr TOK_AUTOCONNECT_ALL {
astbuf2->attributes[ID(autoconnect)] = AstNode::mkconst_int(1, false);
astbuf2->attributes[ID(implicit_port_conns)] = AstNode::mkconst_int(1, false);
};
always_comb_or_latch: