append_group
append_group -names_groupName{-net {s_netName…} | -setd_setObj}
Description
Appends one or more nets or nets in a set to the given group. To use this command, you must first create the group.
Arguments
|
Specifies the name of the group to which the nets will be assigned. |
||
Examples
Creates a bus of one net, then adds nets to the net group. The composite net, bus0, contains four net members and can be routed as a bus using bus_route.
create_group -type net_bundle -name bus0 -net {dataIn[0]}
append_group -name bus0 -net {dataIn[1]}
append_group -name bus0 -net {dataIn[2]}
append_group -name bus0 -net {dataIn[3]}
Related Topics
Return to top