ClockingSkew class
#include <slang/ast/SemanticFacts.h>
Represents a skew value that is applied to clocking block signals.
Public functions
- bool hasValue() const
- 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.