3
0
Fork 0
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:
Clifford Wolf 2014-02-14 20:33:22 +01:00
parent 534c1a5dd0
commit e8af3def7f
3 changed files with 43 additions and 0 deletions

View file

@ -116,6 +116,7 @@ namespace AST
AST_COND,
AST_DEFAULT,
AST_FOR,
AST_WHILE,
AST_GENVAR,
AST_GENFOR,