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

@ -56,6 +56,7 @@ namespace AST
AST_CONSTANT,
AST_CELLTYPE,
AST_IDENTIFIER,
AST_PREFIX,
AST_FCALL,
AST_TO_SIGNED,