Friday, October 2, 2015

all_connected

all_connected
[-leaf]
single_object_collection_or_object



Returns a collection of all of the objects connected to the specified net, pin, or port.


·    The following command returns a collection of all of the hierarchical ports connected to the net net_1 :
all_connected [get_nets net_1]

The software returns the following information:

TL2/l2_in TL1/l1_out
·    The following command returns a collection that contains only the flattened connection points for the net net_1 :
all_connected -leaf [get_nets net_1]

The software returns the following information:

TL2/L1/RX/D TL1/RX/Q

No comments:

Post a Comment