3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 21:27:00 +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

@ -136,6 +136,7 @@ std::string AST::type2str(AstNodeType type)
X(AST_COND)
X(AST_DEFAULT)
X(AST_FOR)
X(AST_WHILE)
X(AST_GENVAR)
X(AST_GENFOR)
X(AST_GENIF)