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:
parent
748600c167
commit
bb4dd595ed
3 changed files with 51 additions and 8 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue