The address used for read transfer should be same as write transfer to verify the continuous write_read transfer.
A variable named cont_write_read is added in master_tx class. That address is stored in master driver proxy when cont_write_read is high and use the same address for read transfer so that read happens from the same address where the master has written.
The address used for read transfer should be same as write transfer to verify the continuous write_read transfer.
A variable named cont_write_read is added in master_tx class. That address is stored in master driver proxy when cont_write_read is high and use the same address for read transfer so that read happens from the same address where the master has written.