Consider Two sequence Items and sequences
- SPI sequence item and SPI sequence
- Ethernet Sequence Item and Ethernet Sequence
We have only one Sequencer that is " class Bus_sequencer extends Uvm_sequencer " and also only one driver “class bus_driver extends UVM_Driver” .
Here both seq_items ( SPI and Ethernet) go through same sequencer and my driver should produce a serialized output . For example “SPISequence,ETHSequence,ETHSequence,SPISequence”