3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 14:13:23 +00:00

Added support for verilog genblock[index].member syntax

This commit is contained in:
Clifford Wolf 2013-02-26 13:18:22 +01:00
parent 26a192b8c7
commit 4f0c2862a0
4 changed files with 34 additions and 12 deletions

View file

@ -77,6 +77,7 @@ std::string AST::type2str(AstNodeType type)
X(AST_CONSTANT)
X(AST_CELLTYPE)
X(AST_IDENTIFIER)
X(AST_PREFIX)
X(AST_FCALL)
X(AST_TO_SIGNED)
X(AST_TO_UNSIGNED)