Avalon Verification IP Suite: User Guide

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

7.2.29.26. get_response_data()

Prototype:

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

Arguments:

Verilog HDL: index

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

Returns:

bit[AV_DATA_W-1:0]

Description:

Returns the transaction read data in the response descriptor that was removed from the response queue. Each cycle in a burst response is addressed individually by the specified index. In the case of read responses, the data is the data captured on the avm_readdata interface pin. In the case of write responses, the data on the driven avm_writedata pin is captured and reflected here.
Language support: Verilog HDL, VHDL