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

ansCdlPrintSwitchPCellSubCircuit

ansCdlPrintSwitchPCellSubCircuit(
&_fp
)

Description

Writes into the auCdl netlist the subckt definitions specified by hnlSpecialPCellLibCell in the .simrc file.

Arguments

&_fp

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

Value Returned

None

Examples

Assume that hnlSpecialPCellLibCell is defined in .simrc as show below:

hnlSpecialPCellLibCell = list( list("lib1" "SW") list("lib2" "cell2"))

Following definitions for subckts are printed in the auCDL netlist:

.SUBCKT SW_close POS NEG
.ENDS
.SUBCKT SW_open POS NEG
.ENDS
.SUBCKT cell2_close POS NEG
.ENDS
.SUBCKT cell2_open POS NEG

.ENDS


Return to top
 ⠀
X