Verilog Parser

Describes the top level of a case statement in terms of its items. More...

#include <verilog_ast.h>

Data Fields

ast_listcases
 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.
 

Detailed Description

Describes the top level of a case statement in terms of its items.


The documentation for this struct was generated from the following file: