3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-06 03:10:26 +00:00

Add state_dependent_path_declaration so that ifnone can be parsed

This commit is contained in:
Michael Kupfer 2025-05-14 20:23:29 +02:00
parent 748600c167
commit bb4dd595ed
3 changed files with 51 additions and 8 deletions

View file

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