delete_floating_trims
delete_floating_trims
[ -layer { all | {s_layerName …} } ]
[ -region {f_xlo f_ylo f_xhi f_yhi} ]
Description
Deletes trims that are not abutted to segments or vias.
Arguments
Examples
The following example removes all the floating trims in the design.
delete_floating_trims -layer all
The following example removes the floating trims associated with the M1 and M2 layers in the design.
delete_floating_trims -layer {M1 M2}
Related Topics
Return to top