class
ImplicationConstraintRepresents a constraint defined by an implication.
Base classes
- class Constraint
- The base class for all constraints in SystemVerilog.
Public variables
- const Expression& predicate
- The implication predicate.
- const Constraint& body
- The constraint body.