Specify suffix appended to DUT name to form timing controller name
'DUT postfix'
Default: '_tc'
.
Specify the postfix as a character vector. A timing controller code file is generated if required by the design, 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
.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.