mirror of https://github.com/YosysHQ/yosys.git
Fixed ilang parsing of process attributes
This commit is contained in:
parent
d6d0e08834
commit
3b5f4ff39c
|
@ -225,6 +225,7 @@ proc_stmt:
|
||||||
switch_stack.push_back(¤t_process->root_case.switches);
|
switch_stack.push_back(¤t_process->root_case.switches);
|
||||||
case_stack.clear();
|
case_stack.clear();
|
||||||
case_stack.push_back(¤t_process->root_case);
|
case_stack.push_back(¤t_process->root_case);
|
||||||
|
attrbuf.clear();
|
||||||
free($2);
|
free($2);
|
||||||
} case_body sync_list TOK_END EOL;
|
} case_body sync_list TOK_END EOL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue