Avalon Verification IP Suite: User Guide

ID 683439
Date 2/17/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

7.2.29.14. get_command_data()

Prototype:

bit [AV_DATA_W-1:0] get_command_data(int index)

Arguments:

Verilog HDL: index

VHDL: command_data, index, bfm_id, req_if(bfm_id)

Returns:

bit[AV_DATA_W-1:0]

Description:

Queries the received command descriptor for the transaction write data. For burst commands with burst count greater than 1, the index selects the write data cycle.
Language support: Verilog HDL, VHDL