mirror of
https://github.com/verilator/verilator.git
synced 2025-01-06 06:37:45 +00:00
Fix debug over-verbosity.
This commit is contained in:
parent
ff360738b5
commit
94ed817897
@ -988,7 +988,7 @@ void V3ParseImp::lexToken() {
|
|||||||
|| token == yGLOBAL__LEX
|
|| token == yGLOBAL__LEX
|
||||||
// Never put yID_* here; below symbol table resolution would break
|
// Never put yID_* here; below symbol table resolution would break
|
||||||
) {
|
) {
|
||||||
if (debugFlex()) { cout<<" lexToken: reading ahead to find possible strength"<<endl; }
|
if (debugFlex()>=6) { cout<<" lexToken: reading ahead to find possible strength"<<endl; }
|
||||||
V3ParseBisonYYSType curValue = yylval; // Remember value, as about to read ahead
|
V3ParseBisonYYSType curValue = yylval; // Remember value, as about to read ahead
|
||||||
int nexttok = yylexReadTok();
|
int nexttok = yylexReadTok();
|
||||||
m_ahead = true;
|
m_ahead = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user