slang::ast::RepeatedEventControl class

Represents a repeat event control.

Base classes

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

Public variables

const Expression& expr
An expression denoting the number of times to repeat.
const TimingControl& event
The child timing control.