Verilog Parser
|
Describes a single procedural timing control statement. More...
#include <verilog_ast.h>
Data Fields | |
union { | |
ast_delay_ctrl * delay | |
ast_event_control * event_ctrl | |
}; | |
ast_metadata | meta |
Node metadata. | |
ast_expression * | repeat |
NULL unless part of repeat statement. | |
ast_statement * | statement |
What to execute after the control. | |
ast_timing_control_statement_type | type |
Describes a single procedural timing control statement.