check_constraint_def
check_constraint_def
[-db {tech | design}]
[-group s_groupName]
[-constraint s_constraintName]
Description
Explicitly checks the constraint definitions in a group or all instances of a constraint, depending on the argument specified in the command.
The check is performed on constraint definition for the validity of values, interdependence of constraints, mandatory constraints (such as minSpacing, minWidth), correct group, scope of the constraint and other arguments, as defined by the requirements in a constraint.
Some examples of the checks that can be performed are as follows.
-
Symmetry in table, such as in the
minOppSpanSpacingconstraint. -
minProximitySpacingandminProtrudedProximitySpacingare mutually exclusive constraints and cannot be specified together. -
Via constraints should only be specified on
cutlayers. -
MetalNodeAreaFactorare only specified on metal layers.
Arguments
|
Specifies the database to search for the constraint group. Default: First design database and then technology database is searched. |
||
Examples
check_constraint_def constraintgroup1
Related Topics
Return to top