Verilog Parser
|
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 |
Fully describes a config rule statemnet. See Annex 1.2.