Main Content

Test bench name postfix

Specify suffix appended to test bench name

Model Configuration Pane: Test Bench

Description

Specify a suffix appended to the test bench name.

Dependencies

Make sure that the system selected is the DUT. This option is disabled if you select the entire model.

Settings

_tb (default)

For example, if the name of your DUT is my_test, HDL Coder™ adds the default postfix _tb to form the name my_test_tb.

Tips

To set this property, use hdlset_param or makehdltb. To view the property value, use hdlget_param.

Recommended Settings

No recommendations.

Programmatic Use

Parameter: TestBenchPostFix
Type: character vector
Default: '_tb'

Version History

Introduced in R2012a