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

Page 78

Advertising
background image

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

78

SystemVerilog Slave BFM
get_read_addr_cycle()

April 2014

get_read_addr_cycle()

This blocking task waits until the read address channel ARVALID signal is asserted.

Example

// Waits until the read address channel ARVALID signal is asserted.
bfm.get_read_addr_cycle();

Prototype

task automatic get_read_addr_cycle();

Arguments

None

Returns

None

Advertising