Specify prefix to vector names in generated code.
Default:
'vector_of_'
Specify the prefix as a character vector. HDL Coder™ appends this prefix to vector names in generated code.
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
.
Specify postfix to generated component instance names.
Default:
''
(no postfix appended)
Specify the postfix as a character vector. HDL Coder appends the postfix to component instance names in generated code.
Property:
InstancePostfix |
Type: character vector |
Default:
'' |
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.
Specify prefix to generated component instance names.
Default:
'u_'
Specify the prefix as a character vector. HDL Coder appends the prefix to component instance names in generated code.
Property:
InstancePrefix |
Type: character vector |
Default:
'u_' |
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.