Main Content

Map file postfix

Postfix appended to file name for generated mapping file

Model Configuration Pane: Global Settings / General

Description

Specify postfix appended to file name for generated mapping file.

Settings

'_map.txt' (default) | character vector

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.

Tips

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

Recommended Settings

No recommended settings.

Programmatic Use

Parameter: HDLMapFilePostfix
Type: character vector
Default: '_map.txt'

Version History

Introduced in R2012b