Signal_fatal_error, Signal_transaction_fifo_overflow, Signal_transaction_fifo_threshold – Altera Avalon Verification IP Suite User Manual

Page 122: Signal_transaction_received

Advertising
background image

Chapter 5: Avalon-ST Monitor

5–13

Application Program Interface

May 2011

Altera Corporation

Avalon Verification IP Suite User Guide

signal_fatal_error

signal_transaction_fifo_overflow

signal_transaction_fifo_threshold

signal_transaction_received

Prototype:

signal_fatal_error

.

Arguments:

None.

Returns:

void

.

Description:

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

Prototype:

signal_transaction_fifo_overflow

.

Arguments:

None.

Returns:

void

.

Description:

Notifies the testbench that the FIFO is full and further transactions are
dropped.

Prototype:

signal_transaction_fifo_threshold

.

Arguments:

None.

Returns:

void

.

Description:

Notifies the testbench that the transaction FIFO threshold level has
exceeded.

Prototype:

signal_transaction_received

.

Arguments:

None.

Returns:

void

.

Description:

Notifies the testbench that a transaction has been received and queued.

Advertising