Product Documentation
Virtuoso Space-based Router Command Reference
Product Version IC23.1, September 2023

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

-floating_route [ true | false ]

When set to false, keeps floating routes that are not placed on a net.

Default: true (removes floating routes that are not on a net)

-global_only [ true | false ]

When set to true, removes only global routes.

Default: false

-partition_delete_type [ contained_nets | intersecting_nets | contained_shapes ]

This option is ignored unless there is a concurrent design partition active. In such cases, the nets are removed according to the specified setting.

contained_nets

Only nets with all its terminals within or on the border of the partition are deleted.

intersecting_nets

Only nets with at least one terminal completely within the partition are deleted.

contained_shapes

Any segments or vias completely within the partition are deleted.

-set d_setObj  

When set to true, processes only the nets in the set.

Default: false (processes all the nets in the design)

-type trim_extend  

Removes only trim metal, bridge metal, and the routes with the TrimExtend routeType property (for example, where pins are extended by extend_pins).

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

Route Commands

delete_conflicts


Return to top
 ⠀
X