mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-18 05:05:45 +00:00
Merge branch 'YosysHQ:main' into main
This commit is contained in:
commit
7191be492c
4 changed files with 28 additions and 3 deletions
|
|
@ -2249,7 +2249,8 @@ cell_parameter:
|
|||
node->children.push_back($1);
|
||||
} |
|
||||
'.' TOK_ID '(' ')' {
|
||||
// just ignore empty parameters
|
||||
// delete unused TOK_ID
|
||||
delete $2;
|
||||
} |
|
||||
'.' TOK_ID '(' expr ')' {
|
||||
AstNode *node = new AstNode(AST_PARASET);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue