Vset_max_response_queue_size(), Set_min_response_queue_size(), Set_read_response_id() – Altera Avalon Verification IP Suite User Manual
Page 67: Set_read_response_status(), Vset_max_response_queue_size() -19, Set_min_response_queue_size() -19, Set_read_response_id() -19, Set_read_response_status() -19

vset_max_response_queue_size()
void set_max_response_queue_size(int size)
Prototype:
Verilog HDL:
int size
VHDL:
int size
,
bfm_id
,
req_if(bfm_id)
Arguments:
void
Returns:
Sets the maximum pending response queue size threshold.
Description:
Verilog HDL, VHDL
Language support:
set_min_response_queue_size()
void set_min_response_queue_size(int size)
Prototype:
Verilog HDL:
int size
VHDL:
int size
,
bfm_id
,
req_if(bfm_id)
Arguments:
void
Returns:
Sets the minimum pending response queue size threshold.
Description:
Verilog HDL, VHDL
Language support:
set_read_response_id()
void set_read_respose_id(AvalonTransactionId_t id)
Prototype:
Verilog HDL:
AvalonTransactionId_t id
VHDL:
AvalonTransactionId_t id
,
bfm_id
,
req_if(bfm_id)
Arguments:
void
Returns:
Sets the transaction ID on the
avs_readid
pin.
Description:
Verilog HDL, VHDL
Language support:
set_read_response_status()
void set_read_respose_status(AvalonReadResponse_t status, int index)
Prototype:
Verilog HDL:
AvalonReadResponse_t status
,
int index
VHDL:
AvalonReadResponse_t status
,
int index
,
bfm_id
,
req_if(bfm_id)
Arguments:
void
Returns:
Sets the read response status code.
Description:
Verilog HDL, VHDL
Language support:
Altera Corporation
Avalon-MM Slave BFM
6-19
vset_max_response_queue_size()