slang::ast::ClockingAssertionExpr class

Represents an assertion expression with attached clocking control.

Base classes

class AssertionExpr
The base class for assertion expressions (sequences and properties).

Public variables

const TimingControl& clocking
The clocking control.
const AssertionExpr& expr
The expression controlled by the clocking.