nlIncludeVerilogFile
nlIncludeVerilogFile(o_formatter t_filenamet_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
Value Returned
|
The include statement for Verilog type text cell view is printed. |
|
The following example prints the include statement for Verilog type text cell view:
(defgeneric nlIncludeVerilogFile (obj_file_master)
=> t)
Related Topics
Return to top