hi
i am Writing the Driver of the AXI Master. in that both the data and address channel have to be worked independent.
seq_item_port.get_next_item(tr);
driver_item(tr)
seq_item_port.item_done();
if i wrote those lines then the driver will get one packet and drive after complete the packet only it will get another packet.
i want driver to drive both data and address packet independent.
it is possible to connect the multiple sequencer into the driver port or not.
anybody can u suggest some idea also for driver to drive mutiple packet at the same time from the driver and sequencer port .