Main Content

Timing controller postfix

Postfix as character vector

Model Configuration Pane: Global Settings / General

Description

Specify the postfix as a character vector. The code generator appends this suffix to the DUT name to form the timing controller name.

Settings

'_tc' (default) | character vector

Default: '_tc'

A timing controller file is generated if the design uses multiple rates, for example:

  • When code is generated for a multirate model.

  • When an area or speed optimization, or block architecture, introduces local multirate.

The timing controller name is based on the name of the DUT. For example, if the name of your DUT is my_test, by default, HDL Coder™ adds the postfix _tc to form the timing controller name, my_test_tc.

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: TimingControllerPostfix
Type: character vector
Default: '_tc'

Version History

Introduced in R2012a