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

nlIncludeDbDSPFTextFile

nlIncludeDbDSPFTextFile(
o_formatter
t_filename
t_master
)
=> t / nil

Description

Prints the dspf_include statement for the DSPF type text cellview in the design.

Arguments

o_formatter

The OASIS session object.

t_filename

The name of the file to include in the design.

t_master

The value for -master option on the include line.

Value Returned

t

The dspf_include statement is printed in the design.

nil

Unsuccessful operation.

Examples

The following example prints the dspf_include statement for the DSPF type text cellview for the formatter session object. The cvFilePath file is include in the design:

nlIncludeDbDSPFTextFile( formatter  cvFilePath master ) 
=> t


Return to top
 ⠀
X