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
|
The file name in which the include statements should be printed. |
||
Value Returned
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
Return to top