mirror of https://github.com/YosysHQ/yosys.git
Improved verilog parser errors
This commit is contained in:
parent
ad56ad44c3
commit
4be4969bae
|
@ -135,6 +135,9 @@ static void free_attr(std::map<std::string, AstNode*> *al)
|
||||||
%left OP_POW
|
%left OP_POW
|
||||||
%right UNARY_OPS
|
%right UNARY_OPS
|
||||||
|
|
||||||
|
%define parse.error verbose
|
||||||
|
%define parse.lac full
|
||||||
|
|
||||||
%expect 2
|
%expect 2
|
||||||
%debug
|
%debug
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue