set_routespec_taper
set_routespec_taper [ -route_specs_routeSpec] [ [ -taper_route_specs_routeSpec] | [ -input_taper_specs_routeSpec-output_taper_specs_routeSpec] ]
Description
Sets the taper-to route spec for a route spec or all route specs or disallows tapering on a route spec or all route specs.
By default, all non-default route specs taper to the global net default route spec (typically LEFDefaultRouteSpec) and the maxTaperWindow is 10 tracks (a track is calculated as the average pitch of the layers). The maxTaperWindow determines the distance, in microns, from a term where the influence of the taper rule stops and switches to the net’s constraints.
Arguments
|
Specifies the taper route spec for the given target route spec. If this argument is not specified, tapering is not allowed on the target route spec. |
|
Examples
The following example allows tapering on the isolate_double route spec to the double route spec.
set_routespec_taper -route_spec isolate_double -taper_route_spec double
The following example disallows tapering on all route specs.
set_routespec_taper
The following example disallows tapering on the isolate_double route spec.
set_routespec_taper -route_spec isolate_double
Related Topics
Return to top