Get_response_write_response(), Get_transaction_fifo_max(), Get_transaction_fifo_threshold() – Altera Avalon Verification IP Suite User Manual

Page 85: Get_write_response_queue_size(), Init()

Advertising
background image

5–22

Chapter 5: Avalon-MM Monitor

Application Program Interface

Avalon Verification IP Suite User Guide

May 2011

Altera Corporation

get_response_write_response()

get_transaction_fifo_max()

get_transaction_fifo_threshold()

get_write_response_queue_size()

init()

Prototype:

AvalonWriteResponse_t get_response_write_response(int

index)

.

Arguments:

index

.

Returns:

AvalonWriteResponse_t

.

Description:

Returns the transaction write status in the response descriptor that has
been removed from the response queue.

Prototype:

int get_transaction_fifo_max()

.

Arguments:

None.

Returns:

int

.

Description:

Gets the maximum transaction FIFO depth.

Prototype:

int get_transaction_fifo_threshold()

.

Arguments:

None.

Returns:

int

.

Description:

Gets the transaction FIFO threshold level.

Prototype:

int get_write_response_queue_size()

.

Arguments:

None.

Returns:

int

.

Description:

Queries the write response queue to determine number of response
descriptors currently stored in the BFM. This is the number of responses
the test program can immediately remove from the response queue for
further processing.

Prototype:

init()

.

Arguments:

None.

Returns:

void

.

Description:

Initializes the counters and clears the queue.

Advertising