perLayerSpacingList
layoutXL.floorplan perLayerSpacingList string "(layerNamePinSpacing)"
Description
Specifies the pin spacing value for each layer. Pin spacing values cannot be smaller than the minSpacing or the tableSpacing value specified in the technology file.
- layerName specifies the name of the layer.
- PinSpacing is the pin spacing value for each layer for the specified layer.
GUI Equivalent
|
Plan – Pin Planning – Pin Optimization (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "perLayerSpacingList")
envSetVal("layoutXL.floorplan" "perLayerSpacingList" 'string "(metal1 2) (metal2 1)" )
Related Topics
Return to top