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:
parent
26a192b8c7
commit
4f0c2862a0
4 changed files with 34 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue