perLayerAdjustmentFactorList
layoutXL.floorplan perLayerAdjustmentFactorList string "(layerNameAdjustmentFactor)"
Description
Specifies the value by which the pin grid needs to be scaled for each layer. This environment variable can be used only if the pinGridAdjustmentFactor environment variable is set to t. The valid values are:
- layerName specifies the name of the layer.
- gridWidth is the value by which pin grid needs to be scaled for the specified layer.
GUI Equivalent
|
Plan – Pin Planning – Pin Optimization (Virtuoso Layout Suite EXL) |
|
|
Pin Spacing – Custom– Advanced Options – Pin Grid Adjustment Factor |
Examples
envGetVal("layoutXL.floorplan" "perLayerAdjustmentFactorList")
envSetVal("layoutXL.floorplan" "perLayerAdjustmentFactorList" 'string "(metal1 4.2) (metal2 1.3)" )
envSetVal("layoutXL.floorplan" "perLayerAdjustmentFactorList" 'string "(metal1 1) (metal2 0.5)" )
Related Topics
Return to top