pibPushAllAsBlockage
layoutXL pibPushAllAsBlockage boolean { t | nil }
Description
Pushes the routes that have connectivity in the block as blockages and not as routes with pins created on them.
The default value is nil, in which case routes are pushed into blocks as they are.
GUI Equivalent
|
Push Into Blocks – Push All As Blockages ( |
Examples
envGetVal("layoutXL" "pibPushAllAsBlockage")
envSetVal("layoutXL" "pibPushAllAsBlockage" 'boolean t)
envSetVal("layoutXL" "pibPushAllAsBlockage" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top