class
#include <slang/ast/Constraints.h>
InvalidConstraint Represents an invalid constraint.
Usually generated and inserted into an constraint tree due to violation of language semantics or type checking.
Base classes
- class Constraint
- The base class for all constraints in SystemVerilog.
Public variables
- const Constraint* child
- A wrapped child constraint that is considered invalid.