Method 1 for Read Transaction - 1.1 English - PG267

AXI Verification IP LogiCORE IP Product Guide (PG267)

Document ID
PG267
Release Date
2024-06-07
Version
1.1 English
For a read transaction, follow these steps:
  1. Create the transaction from the read driver of the master agent.
  2. Randomize the transaction.
  3. Send the transaction from the master agent read driver.
Important: The API sent here is non-blocking. If you want to receive transaction information back, the driver return item policy needs to be set here.
rd_transaction = mst_agent.rd_driver.create_transaction("read transaction");
RD_TRANSACTION_FAIL_1a:assert(rd_transaction.randomize());
mst_agent.rd_driver.send(rd_transaction);