Verilog Parser
ast_config_rule_statement Struct Reference

Fully describes a config rule statemnet. See Annex 1.2. More...

#include <verilog_ast.h>

Data Fields

union {
   ast_identifier   clause_2
 The second grammar clause.
 
   ast_list *   clauses
 List of ast_identifier.
 
}; 
 
ast_identifier clause_1
 The first grammar clause.
 
ast_boolean is_default
 
ast_metadata meta
 Node metadata.
 
ast_boolean multiple_clauses
 

Detailed Description

Fully describes a config rule statemnet. See Annex 1.2.


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