mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 22:23:23 +00:00
Improve $specrule interface
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
4575e4ad86
commit
64925b4e8f
4 changed files with 23 additions and 13 deletions
|
@ -301,7 +301,7 @@ supply1 { return TOK_SUPPLY1; }
|
|||
return TOK_ID;
|
||||
}
|
||||
|
||||
"$"(setup|hold|skew) {
|
||||
"$"(setup|hold|setuphold|removal|recovery|recrem|skew|timeskew|fullskew|nochange) {
|
||||
if (!specify_mode) REJECT;
|
||||
frontend_verilog_yylval.string = new std::string(yytext);
|
||||
return TOK_ID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue