Init(), Pop_command(), Pop_response() – Altera Avalon Verification IP Suite User Manual
Page 108

init()
init()
Prototype:
Verilog HDL: None
VHDL:
bfm_id
,
req_if(bfm_id)
Arguments:
void
Returns:
Initializes the counters and clears the queue.
Description:
Verilog HDL, VHDL
Language support:
pop_command()
pop_command()
Prototype:
Verilog HDL: None
VHDL:
bfm_id
,
req_if(bfm_id)
Arguments:
Void
Returns:
Removes the command descriptor from the queue so that the testbench can
query it with the
get_command
methods.
Description:
Verilog HDL, VHDL
Language support:
pop_response()
void pop_response()
Prototype:
Verilog HDL: None
VHDL:
bfm_id
,
req_if(bfm_id)
Arguments:
void
Returns:
Removes the transaction descriptor from the queue so that the testbench
can query it with the
get_command
methods. Sequence counter is initialized
to 1.
Description:
Verilog HDL, VHDL
Language support:
Avalon-MM Monitor
Altera Corporation
init()
7-36