This page describes parameters that reside in the HDL Code Generation > Global Settings > Coding Style tab of the Configuration Parameters dialog box.
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
.