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:
parent
50f86c11b2
commit
5df591c023
2 changed files with 63 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue