perLayerOffsetByRoutingGridList
layoutXL.floorplan perLayerOffsetByMfgGridList string "(layerNameNumberOfGrids)"
Description
Specifies the number of routing grids to skip before placing the first pin. By default, this option is turned off. Routing grids apply only for digital pins. For custom pins, use perLayerOffsetByMfgGridList.
- layerName specifies the name of the layer.
- gridWidth specifies the number of routing grids to skip before placing the first pin on the specified layer.
GUI Equivalent
|
Plan – Pin Planning – Pin Optimization (Virtuoso Layout Suite EXL) |
|
|
Pin Offset – Custom – Options – Grids – Routing (Digital Blocks) |
Examples
envGetVal("layoutXL.floorplan" "perLayerOffsetByRoutingGridList")
envSetVal("layoutXL.floorplan" "perLayerOffsetByRoutingGridList" 'string "(metal1 3) (metal2 2)" )
Related Topics
Return to top