3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-10 19:27:07 +00:00

verilog: Fix write to deleted object

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2020-04-12 18:49:09 +01:00
parent 93ef516d91
commit 0a178de1b3

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: