mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
Add Verilog "automatic" keyword (ignored in synthesis)
This commit is contained in:
parent
5b6e52118c
commit
777f2881d8
2 changed files with 18 additions and 13 deletions
|
@ -170,6 +170,7 @@ YOSYS_NAMESPACE_END
|
|||
"endgenerate" { return TOK_ENDGENERATE; }
|
||||
"while" { return TOK_WHILE; }
|
||||
"repeat" { return TOK_REPEAT; }
|
||||
"automatic" { return TOK_AUTOMATIC; }
|
||||
|
||||
"unique" { SV_KEYWORD(TOK_UNIQUE); }
|
||||
"unique0" { SV_KEYWORD(TOK_UNIQUE); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue