mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-10 16:13:26 +00:00
sv: Improve handling of wildcard port connections
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
ebe1d7d5ab
commit
4bfd2ef4f3
3 changed files with 9 additions and 7 deletions
|
@ -431,7 +431,7 @@ import[ \t\r\n]+\"(DPI|DPI-C)\"[ \t\r\n]+function[ \t\r\n]+ {
|
|||
"+:" { return TOK_POS_INDEXED; }
|
||||
"-:" { return TOK_NEG_INDEXED; }
|
||||
|
||||
".*" { return TOK_AUTOCONNECT_ALL; }
|
||||
".*" { return TOK_WILDCARD_CONNECT; }
|
||||
|
||||
[-+]?[=*]> {
|
||||
if (!specify_mode) REJECT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue