Main Content

Test bench reference postfix

Specify character vector to be appended to names of reference signals generated in test bench code

Model Configuration Pane: Test Bench

Description

Specify a character vector to be appended to names of reference signals generated in test bench code.

Dependencies

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

Settings

_ref (default)

Reference signal data is represented as arrays in the generated test bench code. The character vector specified by Test bench reference postfix is appended to the generated signal names.

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: TestBenchReferencePostFix
Type: character vector
Default: '_ref'

Version History

Introduced in R2012a