Specify postfix appended to file name for generated mapping file
'
Map file postfix
'
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
.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.