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

Page 47

Advertising
background image

SystemVerilog Master BFM

create_write_transaction()

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

47

April 2014

Example

// Create a write transaction to start address 16.
trans = bfm.create_write_transaction(16);
trans.set_data_words = ('hACE0ACE1, 0); //Note: array element 0.

Advertising