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

nlIncludeVerilogFile

nlIncludeVerilogFile( 
o_formatter 
t_filename 
t_master
) 
=> t / nil

Description

Prints the include statement for Verilog type text cell view in the design. This is called before printing the footer for the netlist for all Verilog text cell views. If your simulator does not support Verilog-a views, call nlError in this method.

Arguments

o_formatter

The formatter object.

t_filename

The name of the file to include

t_master

The value for -master option on the include line

Value Returned

t

The include statement for Verilog type text cell view is printed.

nil

Unsuccessful operation.

Examples

The following example prints the include statement for Verilog type text cell view:

(defgeneric nlIncludeVerilogFile (obj_file_master)
=> t)

Related Topics

nlError


Return to top
 ⠀
X