spacingType
layoutXL.floorplan spacingType cyclic { "line-line" | "line-via" | "via-via" | "specify" }
Description
Specifies how to space out the pins using the relevant spacing values from the technology file. The valid values are:
-
line-line:Uses the minimum spacing between two wires on a layer for spacing pins. This is the default value. -
line-via: Uses the minimum spacing between a wire and a via on a layer for spacing pins. -
via-via: Uses the minimum spacing between two vias on a layer for spacing pins. -
specify: Provides options to enter a minimum pin spacing values for each layer.
GUI Equivalent
|
Plan – Pin Planning – Pin Optimization – Custom – Options (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "spacingType")
envSetVal("layoutXL.floorplan" "spacingType" 'cyclic "specify")
envSetVal("layoutXL.floorplan" "spacingType" 'cyclic "line-via")
Related Topics
Return to top