Verilog Parser
|
Contains a source item and it's type. More...
#include <verilog_ast.h>
Data Fields | |
union { | |
ast_module_declaration * module | |
IFF type == SOURCE_MODULE. | |
ast_udp_declaration * udp | |
IFF type == SOURCE_UDP. | |
}; | |
ast_metadata | meta |
Node metadata. | |
ast_source_item_type | type |
Which member of the union to access. | |
Contains a source item and it's type.