fillRegionHonorTransitionSpacing
APR.device.fill fillRegionHonorTransitionSpacing cyclic { "XY" | "X" | "Y" | "None" | "Unset" }
Description
Specifies the transition spacing mode to be used when inserting device fill. You can use this environment variable to specify the direction along which the transition spacing value, specified on the Place tab of the Auto P&R assistant, is to be applied when inserting device fill.
The available transition spacing modes are:
-
XY: Transition spacing is honored in both X and Y directions. -
X: Transition spacing is honored in only in the X-direction. -
Y: Transition spacing is honored in only in the Y-direction. -
None: Transition spacing is set to 0. -
Unset: The tool default value (XY) is honored.
GUI Equivalent
Examples
envGetVal("APR.device.fill" "fillRegionHonorTransitionSpacing")
envSetVal("APR.device.fill" "fillRegionHonorTransitionSpacing" 'cyclic "X")
Related Topics
Placing Devices Automatically in the Automated Device Placement and Routing Flow
Generating and Deleting Base Layer Fill
Auto P&R Assistant User Interface for Device-Level Placement
Return to top