Get_version(), Init(), Pop_response() – Altera Avalon Verification IP Suite User Manual
Page 39: Get_version() -17 init() -17 pop_response() -17

get_version()
string get_version()
Prototype:
Verilog HDL: None
VHDL: N.A.
Arguments:
String
Returns:
Returns BFM version as a string of three integers separated by periods. For example,
version 14.1 sp1 is encoded as "14.1.1".
Description:
Verilog HDL
Language support:
init()
init
Prototype:
Verilog HDL: None
VHDL:
bfm_id
,
req_if(bfm_id)
Arguments:
void
Returns:
Initializes the Avalon-MM master interface.
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 oldest response descriptor from the response queue, such that
transaction information is available using the
get_response_
<rolename>
commands.
Description:
Verilog HDL, VHDL
Language support:
Altera Corporation
Avalon-MM Master BFM
5-17
get_version()