class
#include <slang/ast/Statements.h>
EventTriggerStatement Represents an event triggering statement.
Base classes
- class Statement
- The base class for all statements in SystemVerilog.
Public variables
- const Expression& target
- An expression denoting the target event to trigger.
- const TimingControl* timing
- An optional timing control delaying the triggering.
- bool isNonBlocking
- True if the event trigger is a non-blocking operation, and false otherwise.