vmsTemplateScriptForSystemVerilog
vmsTemplateScriptForSystemVerilog = "template_script" | nil
Description
Generates customized header information for new SystemVerilog cellviews using the specified name of a script. The default is nil, which indicates that a default header is used in the following format:
//systemVerilog HDL for libname, cellname viewname
For more information, see the example in vmsTemplateScript.
Example
vmsTemplateScriptForSystemVerilog = "template_script"
Return to top