In reply to chr_sue:
Oh sorry I didn’t read your previous reply correctly .
I was of the belief that via 2 driver-sequencer pair we could initiate Write and Read transfers in parallel .
Write could target a different register and read could target a different register at the same time thereby replicating the independent channel behavior.
The independence will be controlled by the sequences.
I didn’t get this . Do you intend to send read and write transactions in sequence via fork join ? The driver on receiving a sequence item would either send a write OR read transaction on the channel .
With a single pair how can we replicate a scenario where both accesses are initiated at same time