File Comment Customization Parameters

This page describes parameters that reside in the HDL Code Generation > Global Settings > Coding Style tab of the Configuration Parameters dialog box.

Custom File Header Comment

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$
// =======================================================

Command-Line Information

Property: CustomFileHeaderComment
Type: character vector
Default: ''

To set this property, use hdlset_param or makehdl. To view the property value, use hdlget_param.

Custom File Footer Comment

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 
// 
//======================================================== 

Command-Line Information

Property: CustomFileFooterComment
Type: character vector
Default: ''

To set this property, use hdlset_param or makehdl. To view the property value, use hdlget_param.