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

6.4.33. set_response_data()

Prototype:

void set_response_data(bit [AV_DATA_W-1:0] data, int index).

Arguments:

Verilog HDL: data, index

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

Returns:

void

Description:

Sets the transaction read data in the response descriptor. For burst transactions, the command descriptor holds an array of data, with each element individually set by this method.
Language support: Verilog HDL, VHDL