Signal_command_issued, Signal_fatal_error, Signal_max_command_queue_size – Altera Avalon Verification IP Suite User Manual

Page 40: Signal_min_command_queue_size, Signal_read_response_complete()

Advertising
background image

Chapter 1: Avalon-MM Master BFM

1–17

Application Program Interface

May 2011

Altera Corporation

Avalon Verification IP Suite User Guide

signal_command_issued

signal_fatal_error

signal_max_command_queue_size

signal_min_command_queue_size

signal_read_response_complete()

Prototype:

signal_command_issued

.

Arguments:

None.

Returns:

void

.

Description:

Signals that the currently pending command has been driven to the interface.

Prototype:

signal_fatal_error

.

Arguments:

None.

Returns:

void

.

Description:

Notifies the testbench that a fatal error has occured in this module.

Prototype:

signal_max_command_queue_size.

Arguments:

None.

Returns:

void

.

Description:

Signals that the maximum pending transaction queue size threshold has been exceeded.

Prototype:

signal_min_command_queue_size.

Arguments:

None.

Returns:

void

.

Description:

Signals that the pending transaction queue size is below the minimum threshold.

Prototype:

signal_read_response_complete.

Arguments:

None.

Returns:

void

.

Description:

Signals that the read response has been received and inserted into the response queue.

Advertising