mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-03 22:05:46 +00:00
Merge branch 'xc7mux' of github.com:YosysHQ/yosys into xc7mux
This commit is contained in:
commit
7eec64a38f
1 changed files with 5 additions and 0 deletions
|
@ -311,6 +311,11 @@ supply1 { return TOK_SUPPLY1; }
|
|||
return TOK_ID;
|
||||
}
|
||||
|
||||
"$"(info|warning|error|fatal) {
|
||||
frontend_verilog_yylval.string = new std::string(yytext);
|
||||
return TOK_ELAB_TASK;
|
||||
}
|
||||
|
||||
"$signed" { return TOK_TO_SIGNED; }
|
||||
"$unsigned" { return TOK_TO_UNSIGNED; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue