caeIgnoreInCluster Property
caeIgnoreInCluster boolean { t | nil }
Description
Prevents constraint-aware editing from reporting a violation when a user-defined guard ring conflicts with an existing cluster in the design. You can set this property on an individual guard ring instance or supermaster.
-
To ignore a a specific user-defined guard ring instance, use the following SKILL command:
dbCreateProp(inst, "caeIgnoreInCluster" 'Boolean t)
-
To ignore all instances of a specific guard ring supermaster, use the following SKILL command:
dbCreateProp(instID~>master~>superMaster, "caeIgnoreInCluster" 'Boolean t)
You can also set this property using the layout instance Add Property form.
| Layout instance Add Property form | |
|---|---|
Related Topics
Return to top