|
Verilog Parser
|
Describes the top level of a case statement in terms of its items. More...
#include <verilog_ast.h>
Data Fields | |
| ast_list * | cases |
| Statements, conditionally run. | |
| ast_statement * | default_item |
| Default IFF no item matches. | |
| ast_expression * | expression |
| The thing to be evaluated. | |
| ast_boolean | is_function |
| Is this a function_case_statement? | |
| ast_metadata | meta |
| Node metadata. | |
| ast_case_statement_type | type |
| CASE, CASEX or CASEZ. | |
Describes the top level of a case statement in terms of its items.