Set_response_burst_size(), Set_response_data(), Set_response_latency() – Altera Avalon Verification IP Suite User Manual
Page 68: Set_response_burst_size() -20, Set_response_data() -20, Set_response_latency() -20
set_response_burst_size()
void set_response_burst_size(bit [AV_BURSTCOUNT_W-1:0] burst_size)
.
Prototype:
Verilog HDL:
burst_size
VHDL:
burst_size
,
bfm_id
,
req_if(bfm_id)
Arguments:
void
Returns:
Sets the transaction burst count in the response descriptor.
Description:
Verilog HDL, VHDL
Language support:
set_response_data()
void set_response_data(bit [AV_DATA_W-1:0] data, int index)
.
Prototype:
Verilog HDL:
data
,
index
VHDL:
data
,
index
,
bfm_id
,
req_if(bfm_id)
Arguments:
void
Returns:
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.
Description:
Verilog HDL, VHDL
Language support:
set_response_latency()
void set_response_latency(bit [31:0]latency, int index)
Prototype:
Verilog HDL:
latency
,
index
VHDL:
latency
,
index
,
bfm_id
,
req_if(bfm_id)
Arguments:
void
Returns:
Sets the response latency for read commands. The response is driven out the
specified number of cycles after receiving the read command.
Description:
Verilog HDL, VHDL
Language support:
Avalon-MM Slave BFM
Altera Corporation
set_response_burst_size()
6-20