slang::ast::Delay3Control class

Represents multiple delays associated with a single gate primitive.

Base classes

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

Public variables

const Expression& expr1
The first delay (the rise delay).
const Expression* expr2
The second delay (the fall delay).
const Expression* expr3
The third delay (the turn-off delay).