set_via_stackability
set_via_stackability -vias_viaName-up {true|false} -down {true|false} [ -tech_libs_techName] [ -bottom_of_stack [ true | false ] ] [ -top_of_stack [ true | false ] ]
Description
Sets the direction that the specified via can be stacked. By default, vias can be stacked both upward and downward.
Arguments
Examples
The following example enables only upward stackability for via M6_M5.
set_via_stackability -via M6_M5 -up true -down false
Related Topics
Return to top