Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

ansCdlPrintConnections

ansCdlPrintConnections(
&_fp 
l_connections
)

Description

Customizes how the nets connected to a device are written in the auCdl netlist.

Arguments

&_fp

File handle used to write the string in the netlist using the artFprintf SKILL function.

l_connections

List of pairs of instance terminals and nets connected to the terminals.

Value Returned

None

Examples

procedure( ansCdlPrintConnections(fp connections )
     artFprintf( fp "$PINS " ) 
foreach( cn connections
artFprintf( fp "%s=%s " car(cn) cadr(cn) )  ))


Return to top
 ⠀
X