mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
Added support for FOR loops in function calls in parameters
This commit is contained in:
parent
534c1a5dd0
commit
e8af3def7f
3 changed files with 43 additions and 0 deletions
|
@ -116,6 +116,7 @@ namespace AST
|
|||
AST_COND,
|
||||
AST_DEFAULT,
|
||||
AST_FOR,
|
||||
AST_WHILE,
|
||||
|
||||
AST_GENVAR,
|
||||
AST_GENFOR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue