Example – Altera Mentor Verification IP Altera Edition AMBA AXI4-Lite User Manual

Page 193

Advertising
background image

VHDL Master BFM

execute_transaction()

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

193

April 2014

Example

-- Create a read transaction with start address of 0.
-- Creation returns tr_id to identify the transaction.
create_read_transaction(0, tr_id, bfm_index, axi4_tr_if_0(bfm_index));

-- Execute the tr_id transaction.
execute_transaction(tr_id, bfm_index, axi4_tr_if_0(bfm_index));

Advertising