Set_enable_c_pending_read(), Set_enable_c_read(), Set_enable_c_read_after_reset() – Altera Avalon Verification IP Suite User Manual

Page 76: Set_enable_c_read_burstcount(), Set_enable_c_read_byteenable()

Advertising
background image

Chapter 5: Avalon-MM Monitor

5–13

Application Program Interface

May 2011

Altera Corporation

Avalon Verification IP Suite User Guide

set_enable_c_pending_read()

set_enable_c_read()

set_enable_c_read_after_reset()

set_enable_c_read_burstcount()

set_enable_c_read_byteenable()

Prototype:

set_enable_c_pending_read().

Arguments:

Boolean

.

Returns:

void

.

Description:

Enables a coverage group to test pending read support. It covers all values
for up to the maximum number of pending reads. This method is disabled
when either reads or pipelined reads are not supported.

Prototype:

set_enable_c_read().

Arguments:

Boolean

.

Returns:

void

.

Description:

Enables a coverage group to test read transfers. This method is disabled
when reads are not supported.

Prototype:

set_enable_c_read_after_reset().

Arguments:

Boolean

.

Returns:

void

.

Description:

Enables a coverage group to test read transfers after reset.

Prototype:

set_enable_c_read_burstcount().

Arguments:

Boolean

.

Returns:

void

.

Description:

Enables a coverage group tests different sizes of

burstcount

during read

burst transfers. It tests all possible values of

burstcount

. This method is

disabled when either burst transfers or reads are not supported, or the
maximum burst is less than 1.

Prototype:

set_enable_c_read_byteenable().

Arguments:

Boolean

.

Returns:

void

.

Description:

Enables a coverage group ensures all legal values of the

byteenable

signal are asserted during read transfers. It is disabled when either

byteenable

or

read

is not supported.

Advertising