mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Un-break default specify parser
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
3cc95fb4be
commit
41b843c27b
|
@ -412,6 +412,7 @@ import[ \t\r\n]+\"(DPI|DPI-C)\"[ \t\r\n]+function[ \t\r\n]+ {
|
||||||
"-:" { return TOK_NEG_INDEXED; }
|
"-:" { return TOK_NEG_INDEXED; }
|
||||||
|
|
||||||
[-+]?[=*]> {
|
[-+]?[=*]> {
|
||||||
|
if (!specify_mode) REJECT;
|
||||||
frontend_verilog_yylval.string = new std::string(yytext);
|
frontend_verilog_yylval.string = new std::string(yytext);
|
||||||
return TOK_SPECIFY_OPER;
|
return TOK_SPECIFY_OPER;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue