vmsTemplateScriptForVerilog
vmsTemplateScriptForVerilog = "template_script" | nil
Description
Specifies the name of a script used to customize the header information for new Verilog cellviews. When set to nil, a default header is used in the following format:
//Verilog HDL for libname, cellname viewname
For more information, see the example in vmsTemplateScript.
Example
vmsTemplateScriptForVerilog = "template_script"
Return to top