Application program interface, Get_clken(), Get_command_address() – Altera Avalon Verification IP Suite User Manual

Page 53: Get_command_arbiterlock(), Get_command_burst_count(), Application program interface –10

Advertising
background image

3–10

Chapter 3: Avalon-MM Slave BFM

Application Program Interface

Avalon Verification IP Suite User Guide

May 2011

Altera Corporation

Application Program Interface

This section describes the API for the Avalon-MM Slave BFM.

get_clken()

get_command_address()

get_command_arbiterlock()

get_command_burst_count()

Prototype:

logic get_clken()

.

Arguments:

None.

Returns:

logic

.

Description:

Returns the clock enable signal status.

Prototype:

bit [AV_ADDRESS_W-1:0] get_command_address()

.

Arguments:

None.

Returns:

bit [AV_ADDRESS_W-1:0]

.

Description:

Queries the received command descriptor for the transaction address.

Prototype:

bit get_command_arbiterlock()

.

Arguments:

None.

Returns:

bit

.

Description:

Queries the received command descriptor for the transaction arbiterlock.

Prototype:

[AV_BURSTCOUNT_W-1:0] get_command_burst_count()

.

Arguments:

None.

Returns:

[AV_BURSTCOUNT_W-1:0]

.

Description:

Queries the received command descriptor for the transaction burst count.

Advertising