slang::ast::DelayControl class

Represents a delay time control.

Base classes

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

Public variables

const Expression& expr
An expression denoting the length of time to delay.