wireViaStackMode
layout wireViaStackMode cyclic { sameFootPrint | sameRowCol | manual }
Description
Enables standard via and cdsVia enclosures to align with wire edges. The default value is manual.
-
sameFootPrintgenerates all vias in the stack with the same dimensions as the top via. This setting does not always ensure that all vias in the stack are of the same size. For example, some DRC rules might cause lower vias to be bigger than the top via. -
sameRowColgenerates all vias in the stack with the same number of rows and columns. -
manualsets the row and column numbers only on the top via. All the vias below stay at their defaults (minimum rules).
GUI Equivalent
Examples
envGetVal("layout" "wireViaStackMode")
envSetVal("layout" "wireViaStackMode" 'cyclic "sameRowCol")
envSetVal("layout" "wireViaStackMode" 'cyclic "sameFootPrint")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top