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

dbCreateConn

dbCreateConn( 
d_net 
d_inst 
d_term 
) 
=> d_instTerm / nil 

Description

Identical to dbCreateInstTerm, except the net d_net defines a valid net to be connected to the instance terminal of a master terminal d_term.

Arguments

d_net

Net to be connected to the instance terminal.

d_inst

Instance of the master cellview where terminal d_term is defined. d_inst cannot be a mosaic instance. Instance terms are not supported in mosaic instances.

d_term

Terminal defined in the master cellview of instance d_inst.

Value Returned

d_instTerm

The connected instance terminal.

nil

The instance is not connected.

Example

Creates an instance terminal of master terminal term on instance inst and connect it to net.

conn = dbCreateConn(net inst term)

Related Topics

Connectivity Creation and Modification Functions


Return to top
 ⠀
X