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

nlIncludeDbSPICEMODELTextFile

nlIncludeDbSPICEMODELTextFile(
o_formatter
t_filename
)
=> t / nil

Description

Prints the include statement for SPICEMODEL cellviews in the design. This function is called before printing the footer for the netlist for all SPICEMODEL modules. If your simulator does not support SPICEMODEL views, call the nlError function in this method.

Arguments

o_formatter

The formatter object.

t_filename

The file name in which the include statements should be printed.

Value Returned

t

The include statement is printed in the specified file.

nil

There is an error.

Examples

The following function prints the include statement for SPICEMODEL cellviews in the TopCell.mod file.

nlIncludeDbSPICEMODELTextFile (spectre_formatter "/home/TopCell.mod")
=> t

Related Topics

nlError


Return to top
 ⠀
X