Set_min_instruction_queue_size(), Set_min_result_queue_size(), Set_result_timeout() – Altera Avalon Verification IP Suite User Manual
Page 188: Signal_unexpected_result_received
set_min_instruction_queue_size()
void set_min_instruction_queue_size(int size)
.
Prototype:
Verilog HDL:
int size
VHDL:
int size
,
bfm_id
,
req_if(bfm_id)
Arguments:
void
Returns:
Sets the pending instruction queue size minimum threshold.
Description:
Verilog HDL, VHDL
Language support:
set_min_result_queue_size()
void set_min_result_queue_size(int size)
.
Prototype:
Verilog HDL:
int size
VHDL:
int size
,
bfm_id
,
req_if(bfm_id)
Arguments:
void
Returns:
Sets the pending result queue size minimum threshold.
Description:
Verilog HDL, VHDL
Language support:
set_result_timeout()
void set_result_timeout()
Prototype:
Verilog HDL:
int timeout
VHDL:
int timeout
,
bfm_id
,
req_if(bfm_id)
Arguments:
void
Returns:
Sets the timeout value for a result. Set the value to
0
to disable timeout.
Description:
Verilog HDL, VHDL
Language support:
signal_unexpected_result_received
signal_unexpected_result_received
Prototype:
Verilog HDL: None
VHDL: N.A.
Arguments:
void
Returns:
Signals that a result has been received without an instruction.
Description:
Verilog HDL
Language support:
Altera Corporation
Nios II Custom Instruction Master BFM
14-13
set_min_instruction_queue_size()