Get_read_data_cycle(), Example – Altera Mentor Verification IP Altera Edition AMBA AXI4-Lite User Manual

Page 56

Advertising
background image

Mentor Verification IP AE AXI4-Lite User Guide, V10.3

56

SystemVerilog Master BFM
get_read_data_cycle()

April 2014

get_read_data_cycle()

This blocking task waits until the read data channel RVALID signal is asserted.

Example

// Waits until the read data channel RVALID signal is asserted.
bfm.get_read_data_cycle();

Prototype

task automatic get_read_data_cycle();

Arguments

None

Returns

None

Advertising