slang::ast::SignalEventControl class

Represents a signal event control.

Base classes

class TimingControl
The base class for SystemVerilog timing controls (delay, event, etc).

Public variables

const Expression& expr
The expression denoting the event on which to trigger.
const Expression* iffCondition
An optional condition controlling triggering.
EdgeKind edge
An optional edge (posedge, negedge) of the expression to trigger on.