validWireEditorVias
Specifies the vias that can be used during wire editing. If this constraint is not set, validRoutingVias is used.
validWireEditorVias Quick Reference
Value Type
validWireEditorVias constraints have a ViaDefArrayValue that represents the list of vias that can be used during wire editing.
Examples
This example sets the valid wire editor vias for the LEFDefaultRouteSpec group to via12 and via23.
set_constraint -constraint validWireEditorVias -group LEFDefaultRouteSpec \
-hardness hard -ViaDefArrayValue {via12 via23}
Related Topics
Return to top