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

Page 105

Advertising
background image

SystemVerilog Monitor BFM

get_read_addr_ready()

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

105

April 2014

get_read_addr_ready()

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

Example

// Get the ARREADY signal value
bfm.get_read_addr_ready();

Advertising