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

Page 108

Advertising
background image

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

Send Feedback

init()

7-36

Advertising