Method 3 for Read Transaction - 1.1 English

AXI Verification IP LogiCORE IP Product Guide (PG267)

Document ID
PG267
Release Date
2023-10-18
Version
1.1 English

This methods shows how to use the APIs to set the command and data of the read transaction.

rd_transaction = mst_agent.rd_driver.create_transaction("read transaction");
rd_transaction.set_read_cmd(mtestADDR,mtestBurstType,mtestID,
                              mtestBurstLength,mtestDataSize);
mst_agent.rd_driver.send(rd_transaction);