Vector and Component Instances Labels

Vector prefix

Specify prefix to vector names in generated code.

Settings

Default: 'vector_of_'

Specify the prefix as a character vector. HDL Coder™ appends this prefix to vector names in generated code.

Command-Line Information

Property: VectorPrefix
Type: character vector
Default: 'vector_of_'

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

Instance postfix

Specify postfix to generated component instance names.

Settings

Default: '' (no postfix appended)

Specify the postfix as a character vector. HDL Coder appends the postfix to component instance names in generated code.

Command-Line Information

Property: InstancePostfix
Type: character vector
Default: ''

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

Instance prefix

Specify prefix to generated component instance names.

Settings

Default: 'u_'

Specify the prefix as a character vector. HDL Coder appends the prefix to component instance names in generated code.

Command-Line Information

Property: InstancePrefix
Type: character vector
Default: 'u_'

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