3
0
Fork 0
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:
Claire Xen 2021-09-24 17:50:34 +02:00 committed by GitHub
commit 0146d83ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 80 additions and 79 deletions

View file

@ -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!");