Set_enable_c_packet_size(), Set_enable_c_packet_with_back_pressure(), Set_enable_c_packet_with_idles() – Altera Avalon Verification IP Suite User Manual

Page 118: Set_enable_c_partial_valid_beats(), Set_enable_c_single_packet_per_cycle()

Advertising
background image

Chapter 5: Avalon-ST Monitor

5–9

Application Program Interface

May 2011

Altera Corporation

Avalon Verification IP Suite User Guide

set_enable_c_packet_size()

set_enable_c_packet_with_back_pressure()

set_enable_c_packet_with_idles()

set_enable_c_partial_valid_beats()

set_enable_c_single_packet_per_cycle()

Prototype:

set_enable_c_packet_size().

Arguments:

Boolean

.

Returns:

Void

.

Description:

Enables a coverage point that ensures test coverage for different size of
packets. It is disabled when packet transmission is not supported.

Prototype:

set_enable_c_packet_with_back_pressure().

Arguments:

Boolean

.

Returns:

Void

.

Description:

Enables a coverage point that ensures test coverage of packet transaction
with backpressure. It is disabled when either the

ready

signal or packet

transmission is not supported.

Prototype:

set_enable_c_packet_with_idles().

Arguments:

Boolean

.

Returns:

Void

.

Description:

Enables a coverage point that ensures test coverage of packet transaction
with idle cycles. It is disabled when packet transmission is not supported.

Prototype:

set_enable_c_partial_valid_beats().

Arguments:

Boolean

.

Returns:

Void

.

Description:

Enables a coverage point that ensures test coverage for number of
transaction with partially valid beats.

Prototype:

set_enable_c_single_packet_per_cycle().

Arguments:

Boolean

.

Returns:

Void

.

Description:

Enables a coverage point that ensures test coverage for number of
transactions that carry a single packet per cycle. It is disabled when packet
transmission is not supported.

Advertising