mirror of
https://github.com/verilator/verilator.git
synced 2025-05-01 21:16:53 +00:00
Fix flex warning
This commit is contained in:
parent
9cc95704cd
commit
58fd602bbd
@ -572,7 +572,7 @@ vnum {vnum1}|{vnum2}|{vnum3}|{vnum4}|{vnum5}
|
|||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
/* AMS */
|
/* AMS */
|
||||||
|
|
||||||
<VA5,SA9,SAX>{
|
<VA5,SAX>{
|
||||||
/* Generic unsupported warnings */
|
/* Generic unsupported warnings */
|
||||||
"above" { yyerrorf("Unsupported: AMS reserved word not implemented: %s",yytext); }
|
"above" { yyerrorf("Unsupported: AMS reserved word not implemented: %s",yytext); }
|
||||||
"abs" { yyerrorf("Unsupported: AMS reserved word not implemented: %s",yytext); }
|
"abs" { yyerrorf("Unsupported: AMS reserved word not implemented: %s",yytext); }
|
||||||
|
Loading…
Reference in New Issue
Block a user