3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-11 09:44:44 +00:00

Add "-W' wire delay arg to abc9, use from synth_xilinx

This commit is contained in:
Eddie Hung 2019-06-11 17:10:47 -07:00
parent d26646051c
commit 2dffa4685b
3 changed files with 14 additions and 11 deletions

View file

@ -311,11 +311,6 @@ 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; }