mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
Merge pull request #3014 from YosysHQ/claire/fix-vgtest
Fix "make vgtest"
This commit is contained in:
commit
0146d83ed8
41 changed files with 80 additions and 79 deletions
|
@ -2677,6 +2677,7 @@ for_initialization:
|
|||
AstNode *node = new AstNode(AST_ASSIGN_EQ, ident, $3);
|
||||
ast_stack.back()->children.push_back(node);
|
||||
SET_AST_NODE_LOC(node, @1, @3);
|
||||
delete $1;
|
||||
} |
|
||||
non_io_wire_type range TOK_ID {
|
||||
frontend_verilog_yyerror("For loop variable declaration is missing initialization!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue