Main Content
Block generate label
Postfix to block labels used for HDL GENERATE
statements
Model Configuration Pane: Global Settings / General
Description
Specify postfix to block labels used for HDL GENERATE
statements.
Settings
'_gen'
(default) | character vectorDefault: '_gen'
Specify the postfix as a character vector. HDL Coder™ appends the postfix to block labels used for HDL GENERATE
statements.
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: BlockGenerateLabel |
Type: character vector |
Default: '_gen' |
Version History
Introduced in R2012a