perLayerOffsetBySpacingList
layoutXL.floorplan perLayerOffsetBySpacingList string "(layerNameSpacingValue)"
Description
Specifies the absolute space between the cell boundary and the first pin for each layer. By default, this option is turned off.
- layerName specifies the name of the layer.
- SpacingValue is the absolute space between the cell boundary and the first pin for the specified layer.
GUI Equivalent
|
Plan – Pin Planning – Pin Optimization (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "perLayerOffsetBySpacingList")
envSetVal("layoutXL.floorplan" "perLayerOffsetBySpacingList" 'string "(metal1 5) (metal2 5)" )
Related Topics
Return to top