delete
delete
[ -no_undo ]
[ -set d_setObj ]
[ -top_level_pin_shapes ]
[ -unconnected_routes ]
[ -delete_empty_pins ]
Description
Deletes entire nets and routes, route segments, vias, polygons, rectangles, octagons, and instances (and their connectivity) in the selected set for the active cellview. Only objects on the top level can be deleted. Guides are created for deleted nets and routes to indicate the connectivity. Diamond-shaped vertical guides are created for deleted vias. If you do not specify the -no_undo argument, you can reverse the deletion using an undo command. You can optionally delete unconnected pins with no child shapes (-delete_empty_pins).
The GUI equivalent for this command is Edit—Delete.
Arguments
Examples
The following example deletes top-level objects from the HL1 highlight set.
delete -set [get_highlight -name HL1]
Related Topics
Return to top