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
.