Get_read_data_ready(), Axi3 bfm, Axi4 example – Altera Mentor Verification IP Altera Edition AMBA AXI3/4TM User Manual

Page 146

Advertising
background image

Mentor VIP AE AXI3/4 User Guide, V10.2b

128

SystemVerilog AXI3 and AXI4 Monitor BFMs
get_read_data_ready()

September 2013

get_read_data_ready()

This blocking AXI4 task returns the read data ready value of the RREADY signal using the
ready argument. It will block for one ACLK period.

AXI3 BFM

Note

The get_read_data_ready() task is not available in the AXI3 BFM.

AXI4 Example

// Get the value of the RREADY signal
bfm.get_read_data_ready();

Prototype

task automatic get_read_data_ready
(

output bit ready

);

Arguments

ready

The value of the RREADY signal.

Returns

None

Advertising