Avalon Verification IP Suite: User Guide

ID 683439
Date 2/17/2022
Public
Document Table of Contents

6.4.11. 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