get_preferred_layers
get_preferred_layers [ -route_specs_routeSpec] [ -nets_netName]
Description
Returns the constraint command that sets the preferred routing layers for the given route spec or net. If neither the -net nor the -route_spec argument is specified, the constraint command for the active window are returned.
Arguments
Value Returned
|
Is the constraint command ( |
|
Examples
The following example requests the preferred layers for the active window.
get_preferred_layers
The following example gets the preferred layers for the mem_data[14] net and shows the results.
get_preferred_layers -route_spec LEFDefaultRouteSpec
set_constraint -constraint validRoutingLayers -hardness soft -LayerArrayValue
{ Metal2 }
Related Topics
Return to top