mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 08:33:38 +02:00
Increase bison max depth to prevent parse error
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "V3Global.h"
|
||||
|
||||
#define YYERROR_VERBOSE 1
|
||||
#define YYINITDEPTH 10000 // Older bisons ignore YYMAXDEPTH
|
||||
#define YYMAXDEPTH 10000
|
||||
|
||||
// Pick up new lexer
|
||||
|
||||
Reference in New Issue
Block a user