Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbMergeNet

dbMergeNet( 
d_netId1 
d_netId2 
) 
=> dnetId1 / nil

Description

Merges one netId2 into netId1. The pins, terminals, connections, figures, properties, and signals of the merging net (netId2) are merged into the surviving net (netId1), and member nets of netId2’s signals become members of netId1’s signals. Both of the nets may already be attached to a terminal; both nets must have the same number of bits. If the two nets are in the same net hierarchy, netId1 must not be a descendant of netId2. If the merge is successful, netId1 is returned; otherwise, nil is returned.

Arguments

d_netId1

The surviving net to which the merging net gets merged into.

d_netid2

The net that is going to get merged into the surviving net.

Value Returned

dNetId1

The merge is successful.

nil

Otherwise, nil is returned.

Related Topics

Connectivity Creation and Modification Functions


Return to top
 ⠀
X