|
Verilog Parser
|
Struct which holds the type and data of a path declaration. More...
#include <verilog_ast.h>
Data Fields | |
| union { | |
| ast_edge_sensitive_full_path_declaration * es_full | |
| ast_edge_sensitive_parallel_path_declaration * es_parallel | |
| ast_simple_full_path_declaration * full | |
| ast_simple_parallel_path_declaration * parallel | |
| }; | |
| ast_metadata | meta |
| Node metadata. | |
| ast_expression * | state_expression |
| Used iff type == state_dependent_*. | |
| ast_path_declaration_type | type |
Struct which holds the type and data of a path declaration.