unset_taper_width_nets
unset_taper_width_nets
-all | -set d_setObj | -net {s_netName…}
[ -include_power_gnd_nets [ true | false ] ]
[ -delete_taper_specs [ true | false ] ]
Description
Unsets taper specs that were created by set_taper_width_nets for a given set of nets, all nets in a list, or all the nets in the design. You can include power and ground nets or remove taper specs using optional arguments.
Arguments
|
-all
|
Unsets taper specs that were created by set_taper_width_nets for all nets in the design.
|
|
-delete_taper_specs [ true | false ] ]
|
|
|
Removes taper specs on the term/instTerm belonging to the nets processed by this command.
|
|
-include_power_gnd_nets [ true | false ]
|
|
|
When true, power and ground nets are included when this command is processed. By default (false), power and ground nets are excluded from processing.
|
|
-net {s_netName…}
|
|
|
Creates taper specs that were created by set_taper_width_nets for the nets in the list.
|
|
-set d_setObj
|
Creates taper specs that were created by set_taper_width_nets for the nets in the given set.
|
Examples
The following command unsets the taper spec for netA that was created by set_taper_width_nets.
unset_taper_width_nets -net netA
Related Topics
Design Configuration Commands
set_taper_width_nets
Return to top