Generate Statement Labels

Block generate label

Specify postfix to block labels used for HDL GENERATE statements.

Settings

Default: '_gen'

Specify the postfix as a character vector. HDL Coder™ appends the postfix to block labels used for HDL GENERATE statements.

Command-Line Information

Property: BlockGenerateLabel
Type: character vector
Default: '_gen'

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

Output generate label

Specify postfix to output assignment block labels for VHDL® GENERATE statements.

Settings

Default: 'outputgen'

Specify the postfix as a character vector. HDL Coder appends this postfix to output assignment block labels in VHDL GENERATE statements.

Command-Line Information

Property: OutputGenerateLabel
Type: character vector
Default: 'outputgen'

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

Instance generate label

Specify text to append to instance section labels in VHDL GENERATE statements.

Settings

Default: '_gen'

Specify the postfix as a character vector. HDL Coder appends the postfix to instance section labels in VHDL GENERATE statements.

Command-Line Information

Property: InstanceGenerateLabel
Type: character vector
Default: '_gen'

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