3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-06 03:10:26 +00:00
This commit is contained in:
FlinkbaumFAU 2025-07-31 15:08:41 +02:00 committed by GitHub
commit f1bf57a891
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 51 additions and 8 deletions

View file

@ -346,6 +346,7 @@ TIME_SCALE_SUFFIX [munpf]?s
"begin" { return TOK_BEGIN; }
"end" { return TOK_END; }
"if" { return TOK_IF; }
"ifnone" { return TOK_IFNONE; }
"else" { return TOK_ELSE; }
"for" { return TOK_FOR; }
"posedge" { return TOK_POSEDGE; }