Set_enable_c_waitrequested_write(), Set_enable_c_write(), Set_enable_c_write_after_reset() – Altera Avalon Verification IP Suite User Manual

Page 78: Set_enable_c_write_burstcount()

Advertising
background image

Chapter 5: Avalon-MM Monitor

5–15

Application Program Interface

May 2011

Altera Corporation

Avalon Verification IP Suite User Guide

set_enable_c_waitrequested_write()

set_enable_c_write()

set_enable_c_write_with_and_without_writeresponserequest()

set_enable_c_write_after_reset()

set_enable_c_write_burstcount()

Prototype:

set_enable_c_waitrequested_write().

Arguments:

Boolean

.

Returns:

void

.

Description:

Enables a coverage group to test all values of the wait request timeout
parameter. This method is disabled if

write

or

waitrequest

are not

supported, or if the wait request timeout period is less than 1.

Prototype:

set_enable_c_write().

Arguments:

Boolean

.

Returns:

void

.

Description:

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

Prototype:

set_enable_c_write_with_and_without_writeresponserequest().

Arguments:

Boolean

.

Returns:

void

.

Description:

Enables a coverage group to test write transactions with or without

writeresponserequest

.

Prototype:

set_enable_c_write_after_reset().

Arguments:

Boolean

.

Returns:

void

.

Description:

Enables a coverage group to test write transfers after reset.

Prototype:

set_enable_c_write_burstcount().

Arguments:

Boolean

.

Returns:

void

.

Description:

Enables a coverage group to test different sizes of

burstcount

during

write burst transfers. It tests all possible values of

burstcount

. This

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

Advertising