autoPinCreateBoundaryBuriedPowerPins
layoutXL.floorplan autoPinCreateBoundaryBuriedPowerPins boolean { t | nil }
Description
(Virtuoso Layout Suite EXL) Specifies that the Auto-Create Pins tool creates boundary and buried pins during power pin generation when both boundarySquareShapePin and buriedWholeShapePin environment variables are set to t.
The default value is t, which means that the tool creates both boundary pins and buried power pins.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "autoPinCreateBoundaryBuriedPowerPins")
envSetVal("layoutXL.floorplan" "autoPinCreateBoundaryBuriedPowerPins" 'boolean t)
Related Topics
Creating Pins Automatically in the Pin Tool
Return to top