Merge pull request #1907 from YosysHQ/dave/fix-1906

verilog: Fix write to deleted object
This commit is contained in:
David Shah 2020-04-12 21:08:02 +01:00 committed by GitHub
commit 87555c44d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1735,7 +1735,6 @@ single_cell:
ast_stack.back()->children.push_back(new AstNode(AST_CELLARRAY, $2, astbuf2));
} '(' cell_port_list ')'{
SET_AST_NODE_LOC(astbuf2, @1, @$);
SET_AST_NODE_LOC(astbuf3, @1, @$);
};
prim_list: