slang::ast::ClockingSkew class

Represents a skew value that is applied to clocking block signals.

Public functions

auto hasValue() const -> bool
Returns true if any explicit skew information is specified; this method will return false on a default constructed object.

Public variables

EdgeKind edge
The edge on which the signal should be sampled.
const TimingControl* delay
An optional delay to apply when sampling the signal.