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

ansCdlPrintString

ansCdlPrintString(
&_fp 
S_inst 
S_master 
S_parent
)

Description

Prints comment strings in the device information for instances in the auCdl netlist. To print comment strings in the device information, you must also use the 'string argument in the auCdlInstPrintOrder variable defined in the .simrc file. For more information about the auCdlInstPrintOrder variable, see the Virtuoso ADE Explorer User Guide.

Arguments

&_fp

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

S_inst

Database ID of the current instance being printed in the netlist.

S_master

Database ID of the switch master of the current instance being printed in the netlist.

S_parent

Database ID of the cell for the current instance being printed in the netlist.

Value Returned

None

Examples

procedure(ansCdlPrintString(fp inst master parent)
artFprintf(fp "*** CurrentInst = %s" inst~>name))


Return to top
 ⠀
X