delete_routing
delete_routing
[ -floating_route [ true | false ] ]
[ -global_only [ true | false ] ]
[ -partition_delete_type [contained_nets | intersecting_nets | contained_shapes] ]
[ -set d_setObj ]
[ -type trim_extend ]
Description
Removes all the routes in the current design, including the floating routes that are not on a net. You can optionally keep the floating routes that are not on a net, remove only global routes, remove only routes with a specific routeType property, and restrict processing to nets in a set.
Arguments
|
When set to
Default: |
||
|
|
||
|
This option is ignored unless there is a concurrent design partition active. In such cases, the nets are removed according to the specified setting. |
||
|
Only nets with all its terminals within or on the border of the partition are deleted. |
||
|
Only nets with at least one terminal completely within the partition are deleted. |
||
|
Any segments or vias completely within the partition are deleted. |
||
|
Removes only trim metal, bridge metal, and the routes with the |
||
Examples
Removes all the routes of all the nets in the current design and the floating routes that are not on a net.
delete_routing
Removes only the global routes in the design.
delete_routing -global_only
Removes only the routes with the TrimExtend routeType property that are on nets in myset.
delete_routing -set myset -type trim_extend
Related Topics
Return to top