split_net
split_net
{-all | net {s_netName…} | -set d_setObj}
-width f_userunit
Description
Splits a routed wide width net into individual segments of the given width. This is useful when the routed wire width is greater than the maximum width for the design or when strand routing can give a better result for current load and spacing requirements. The net is split to maximize the number of strands within the wide wire bounds.
Arguments
Examples
The following command splits nets wider than 0.3 microns into stranded routes with wires of width 0.3 microns.
split_net -all -width 0.3
Related Topics
Return to top