mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 10:35:38 +00:00
Added support for notif0/notif1 primitives
This commit is contained in:
parent
e3aa0514f2
commit
6c4cbc03c2
2 changed files with 8 additions and 4 deletions
|
@ -169,7 +169,7 @@ namespace VERILOG_FRONTEND {
|
|||
}
|
||||
<STRING>. { yymore(); }
|
||||
|
||||
and|nand|or|nor|xor|xnor|not|buf|bufif0|bufif1 {
|
||||
and|nand|or|nor|xor|xnor|not|buf|bufif0|bufif1|notif0|notif1 {
|
||||
frontend_verilog_yylval.string = new std::string(yytext);
|
||||
return TOK_PRIMITIVE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue