viaArraySpacing
Sets the via spacing automatically. This variable specifies the distance that will be used as the maximum distance criteria for grouping vias within the same array. This means that if the distance between vias is less than the specified maximum distance, they are grouped within the same array.
To set this variable in the .cdsinit file or CIW, use the call:
envSetVal("voltusXFi.ext" "viaArraySpacing" 'string "auto")
To set this variable in the .cdsenv file, use the call:
voltusXFi.ext viaArraySpacing string "auto"
Return to top