Verilog Parser
ast_timing_control_statement Struct Reference

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
 

Detailed Description

Describes a single procedural timing control statement.


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