struct
#include <slang/ast/TimingControl.h>
Event A single block event.
Public variables
- const Expression* target
- The target block.
- bool isBegin
- True if this is a
begin
event and false if it's anend
event.