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:
parent
534c1a5dd0
commit
e8af3def7f
3 changed files with 43 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue