minBoundaryInteriorHalo
Sets the minimum spacing required between the edges of shapes on the specified layer and the PR boundary. You can optionally limit the constraint to consider only vertical or only horizontal edges and specify an incremental step size for the halo spacing which must be met for the constraint to be satisfied.
minBoundaryInteriorHalo Quick Reference
Value Type
|
Specifies in user units the minimum distance required between the edge of the shape and the PR boundary. |

Optional Parameters
|
Specifies whether shapes must meet the minimum distance (
Type: |
|
|
Restricts the size of the halo to integer multiples of this value.
Type: |
|
|
Specifies the extension direction to which the constraint applies.
Type: |
|
Examples
set_constraint_parameter -name oaSpacingDirection -IntValue 2
set_constraint_parameter -name interSpace -IntValue 0.04
set_layer_constraint -constraint minBoundaryInteriorHalo \
-layer Metal1 -Value 0.1
Sets the minimum spacing between the vertical extensions of Metal1 shapes and the PR boundary to 0.1+(0.04*x) user units (where x is a positive integer).

Related Topics
Return to top