In reply to bmorris:
Thanks for reply.
My generic sequence basically generates items that contain address, data and command that needs to be send to HW. This HW can be configured with different interface AXI or PCIe.
From test I will start this sequence on some sequencer, and my expectation that some where those items will go through some kind of adapter that will create item for agent that installed in environment (AXI or PCIe) and start this item on sequencer of the agent. I am looking for something similar to register layer adapter concept. Probably I have to crate agent that will behave as adapter.
Thanks again,