For a read transaction, follow these steps:
- Create the transaction from the read driver of the master agent.
- Randomize the transaction.
- 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);