From f1960273a0e1636825ecc065eea331c574a4e5f9 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 15 Sep 2017 18:25:52 -0400 Subject: [PATCH] Internals: Fix over-aggressive debug --- src/verilog.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/verilog.l b/src/verilog.l index 78bd21c46..dae0d6a43 100644 --- a/src/verilog.l +++ b/src/verilog.l @@ -1036,7 +1036,7 @@ int V3ParseImp::lexToken() { if (token == yaID__LEX) { VSymEnt* foundp; if (VSymEnt* look_underp = SYMP->nextId()) { - if (debugFlex()) { cout<<" lexToken: next id lookup forced under "<findIdFallback(*(yylval.strp)); // "consume" it. Must set again if want another token under temp scope SYMP->nextId(NULL);