Main Content

Compile file postfix

Postfix to append to the DUT or test bench name to form the compilation script file name

Model Configuration Pane: EDA Tool Scripts

Description

Specify a postfix to append to the DUT or test bench name to form the compilation script file name.

Settings

_compile.do (default)

Default: _compile.do

For example, if the name of the device under test or test bench is my_design, HDL Coder™ adds the postfix _compile.do to form the name my_design_compile.do.

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: HDLCompileFilePostfix
Type: character vector
Default: '_compile.do'

Version History

Introduced in R2012a