ansCdlPrintSwitchPCellSubCircuit
ansCdlPrintSwitchPCellSubCircuit(
&_fp
)
Description
Writes into the auCdl netlist the subckt definitions specified by hnlSpecialPCellLibCell in the .simrc file.
Arguments
|
File handle used to write the string in the netlist using the |
Value Returned
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
Return to top