Verilog Parser
|
Describes the declaration of a block item. More...
#include <verilog_ast.h>
Data Fields | |
union { | |
ast_type_declaration * event_or_var | |
When type == BLOCK_ITEM_TYPE. | |
ast_parameter_declarations * parameters | |
When type==BLOCK_ITEM_PARAM. | |
ast_block_reg_declaration * reg | |
When type == BLOCK_ITEM_REG. | |
}; | |
ast_node_attributes * | attributes |
ast_metadata | meta |
Node metadata. | |
ast_block_item_declaration_type | type |
Describes the declaration of a block item.