This page describes parameters that reside in the HDL Code Generation > Global Settings > General tab of the Configuration Parameters dialog box.
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
.
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
.
Specify postfix appended to file name for generated mapping file.
Default:
'_map.txt'
Specify the postfix as a character vector. HDL Coder appends the postfix to file name for generated mapping file.
For example, if the name of the device under test is
my_design
, HDL Coder adds the postfix _map.txt
to form the name
my_design_map.txt
.
Property:
HDLMapFilePostfix |
Type: character vector |
Default:
'_map.txt' |
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.