updatePlaceBelowBoundary
layoutXL updatePlaceBelowBoundary boolean { t | nil }
Description
Places instances below the PR boundary after an Update Components And Nets run, if the instances overlap other instances during an update. The overlapping instances are the ones that have changed in size, and if placed at their original location, may overlap other unchanged instances.
GUI Equivalent
Examples
envGetVal("layoutXL" "updatePlaceBelowBoundary")
envSetVal("layoutXL" "updatePlaceBelowBoundary" 'boolean t)
envSetVal("layoutXL" "updatePlaceBelowBoundary" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top