3
0
Fork 0
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:
Clifford Wolf 2017-11-23 08:48:17 +01:00
parent 5b6e52118c
commit 777f2881d8
2 changed files with 18 additions and 13 deletions

View file

@ -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); }