Main Content

Custom File Footer Comment

Custom file footer comment

Model Configuration Pane: Global Settings / Comments

Description

Specify a custom file footer comment in the generated HDL code.

With Custom File Footer Comment, you can enter custom comments to appear as a 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  __TIMESTAMP__   
//  Initial revision 
// 
//======================================================== 
Use macros such as '__DATE__' , '__TIME__ ', and '__TIMESTAMP__' in your custom file footer comment for including the date, time and timestamp in your generated HDL code. To view the footer comment, generate HDL code, and then open the generated HDL file.
//======================================================== 
//  xxxxxx 
//======================================================== 
//  Log 
//  Revision 1.2  15-9-2023 14:39:17   
//  Initial revision 
// 
//======================================================== 

Settings

''(Empty) (default) | character vector

Default:''(Empty)

Tips

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

Recommended Settings

No recommended settings.

Programmatic Use

Parameter:CustomFileFooterComment
Type:character vector
Values:''(Empty)
Default: ''(Empty)

Version History

Introduced in R2017b