Main Content

Input buffer triggering mode

Data moved from the input register to the execution buffer

Model Configuration Pane: TLM Generator / TLM Testbench

Description

Specify when data is moved from the input register to the execution buffer. In your TLM environment, this specification is done via a runtime configuration command and can be changed dynamically throughout simulation.

Dependencies

The following parameters must each be selected to enable the Input buffer triggering mode parameter:

  • Include a command and status register in the memory map: Must be selected.

  • Generate testbench: Must be selected.

Settings

Automatic (default) | Manual

Default: Automatic

  • Automatic: The TLM component automatically moves input data sets from the input registers to the input buffer.

  • Manual: The initiator must explicitly write a command to the command and status register in order to move the input data set from the register to the input buffer.

Programmatic Use

Parameter: tlmgInputBufferTriggerMode
Type: string
Value: 'Automatic' | 'Manual'
Default: 'Automatic'

Version History

Introduced in R2010a