forked from github/verilator
Remove mis-committed debug print
This commit is contained in:
parent
f197dd29cb
commit
11b9a631d4
@ -1486,7 +1486,7 @@ pslDirOne<nodep>:
|
|||||||
;
|
;
|
||||||
|
|
||||||
pslDecl<nodep>:
|
pslDecl<nodep>:
|
||||||
yDEFAULT yPSL_CLOCK '=' senitemEdge ';' { $$ = new AstPslDefClock($3, $4); UINFO(0,"CRE "<<$$<<endl)}
|
yDEFAULT yPSL_CLOCK '=' senitemEdge ';' { $$ = new AstPslDefClock($3, $4); }
|
||||||
| yDEFAULT yPSL_CLOCK '=' '(' senitemEdge ')' ';' { $$ = new AstPslDefClock($3, $5); }
|
| yDEFAULT yPSL_CLOCK '=' '(' senitemEdge ')' ';' { $$ = new AstPslDefClock($3, $5); }
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user