mirror of https://github.com/YosysHQ/yosys.git
Update frontends/verilog/verilog_parser.y
Co-authored-by: Alberto Gonzalez <61295559+boqwxp@users.noreply.github.com>
This commit is contained in:
parent
7101ef550b
commit
38e858af8d
|
@ -2216,7 +2216,7 @@ simple_behavioral_stmt:
|
|||
behavioral_stmt:
|
||||
defattr | assert | wire_decl | param_decl | localparam_decl | typedef_decl |
|
||||
non_opt_delay behavioral_stmt |
|
||||
simple_behavioral_stmt ';' | ';' |
|
||||
attr simple_behavioral_stmt ';' | ';' |
|
||||
attr hierarchical_id {
|
||||
AstNode *node = new AstNode(AST_TCALL);
|
||||
node->str = *$2;
|
||||
|
|
Loading…
Reference in New Issue