Force clock enable - Specify whether the test bench forces clock enable input signals - MATLAB (original) (raw)

Main Content

Specify whether the test bench forces clock enable input signals

Model Configuration Pane: Test Bench

Description

Specify whether the test bench forces clock enable input signals.

Dependencies

This property enables the Clock enable delay (in clock cycles) option.

This option is disabled if you select the entire model. Select the DUT instead for Generate HDL for setting.

Settings

On (default) | Off

On

The test bench forces the clock enable input signals to active-high (1) or active-low (0), depending on the setting of the clock enable input value.

Off

A user-defined external source forces the clock enable input signals.

Tips

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

For example, you can specify this parameter for the symmetric_fir subsystem inside the sfir_fixed model using either of these methods.

No recommendations.

Programmatic Use

Parameter: ForceClockEnable
Type: character vector
Value: 'on' | 'off'
Default: 'on'

Version History

Introduced in R2012a