Main Content

Output buffer triggering mode

Data moved from the results buffer to the output register

Model Configuration Pane: TLM Generator / TLM Testbench

Description

Specify when data is moved from the results buffer to the output register. 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 output data sets from the output buffer to the output registers.

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

Programmatic Use

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

Version History

Introduced in R2010a