This page describes parameters that reside in the HDL Code Generation > Global Settings > Comments tab of the Configuration Parameters dialog box.
Enable or disable comments while generating HDL code.
Default: On
Include requirements as comments in code or code generation reports. See Requirements Comments and Hyperlinks.
Do not include requirements as comments in code or code generation reports.
Enable or disable generation of requirements comments as comments in code or code generation reports.
Default: On
If the model contains requirements comments, include them as comments in code or code generation reports. See Requirements Comments and Hyperlinks.
Do not include requirements as comments in code or code generation reports.
Property:
RequirementComments |
Type: character vector |
Value:
'on' | 'off' |
Default:
'on' |
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.
Specify whether or not to include time and date information in the generated HDL file header.
Default: On
Include time/date stamp in the generated HDL file header.
-- ---------------------------------------------------- -- -- File Name: hdlsrc\symmetric_fir.vhd -- Created: 2011-02-14 07:21:36 --
Omit time/date stamp in the generated HDL file header.
-- ---------------------------------------------------- -- -- File Name: hdlsrc\symmetric_fir.vhd --
By omitting the time/date stamp in the file header, you can more easily determine if two HDL files contain identical code. You can also avoid redundant revisions of the same file when checking in HDL files to a source code management (SCM) system.
Property:
DateComment |
Type: character vector |
Value:
'on' | 'off' |
Default:
'on' |
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.
Specify a custom file header comment in the generated HDL code.
Default:
''
With Custom File Header Comment, you can enter custom comments to appear as header in the generated HDL file for your design.
For example, you can specify arguments such as title, author, modified date, and so on.
// ======================================================= // Title : <%Title%> // Project : <%Project%> // Author : <%Author%> // // Revision : $Revision$ // Date Modified : $Date$ // =======================================================
Property:
CustomFileHeaderComment |
Type: character vector |
Default:
'' |
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.
Specify a custom file header comment in the generated HDL code.
Default:
''
With Custom File Footer Comment, you can enter custom comments to appear as footer in the generated HDL file for your design.
For example, you can specify arguments such as revision, generated log file, revision number, and so on.
//======================================================== // xxxxxx //======================================================== // $Log$ // Revision 1.2 2009/12/14 04:38:51 sxxxxxx // Initial revision // //========================================================
Property:
CustomFileFooterComment |
Type: character vector |
Default:
'' |
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.