Specify postfix to block labels used for HDL GENERATE
statements.
Default:
'_gen'
Specify the postfix as a character vector. HDL Coder™ appends the postfix to block labels used for HDL
GENERATE
statements.
Property:
BlockGenerateLabel |
Type: character vector |
Default:
'_gen' |
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.
Specify postfix to output assignment block labels for VHDL®
GENERATE
statements.
Default:
'outputgen'
Specify the postfix as a character vector. HDL Coder appends this postfix to output assignment block labels in
VHDL
GENERATE
statements.
Property:
OutputGenerateLabel |
Type: character vector |
Default:
'outputgen' |
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.
Specify text to append to instance section labels in VHDL
GENERATE
statements.
Default:
'_gen'
Specify the postfix as a character vector. HDL Coder appends the postfix to instance section labels in VHDL
GENERATE
statements.
Property:
InstanceGenerateLabel |
Type: character vector |
Default:
'_gen' |
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.