Get_response_read_id(), Get_response_read_response(), Get_response_request() – Altera Avalon Verification IP Suite User Manual

Page 105

Advertising
background image

get_response_read_id()

AvalonTransactionId_t get_response_read_id()

Prototype:

Verilog HDL: None

VHDL:

response_read_id

,

bfm_id

,

req_if(bfm_id)

Arguments:

AvalonTransactionId_t

Returns:

Returns the read id of the transaction in the response descriptor that has
been removed from the response queue.

Description:

Verilog HDL, VHDL

Language support:

get_response_read_response()

AvalonReadResponse_t get_response_read_response(int index)

Prototype:

Verilog HDL:

int index

VHDL:

response_read_response

,

int index

,

bfm_id

,

req_if(bfm_id)

Arguments:

AvalonReadResponse_t

Returns:

Returns the transaction read status in the response descriptor that has been
removed from the response queue.

Description:

Verilog HDL, VHDL

Language support:

get_response_request()

Request_t get_response_request()

Prototype:

Verilog HDL: None

VHDL:

response_request

,

bfm_id

,

req_if(bfm_id)

Arguments:

Request_t

Returns:

Returns the transaction command type in the response descriptor that has
been removed from the response queue.

Description:

Verilog HDL, VHDL

Language support:

Altera Corporation

Avalon-MM Monitor

Send Feedback

7-33

get_response_read_id()

Advertising