How to use Virtual sequence containing different sequences running on different sequencers?

In reply to withankitgarg:

You can pass the handles of the sequencers to the sequence. I would recommend creating the virtual sequence, assigning the sequencer handles, then starting the virtual sequence.

Can you show the code where you are starting the virtual sequence? If you are using a `uvm_do* macro, then you will have problems because your sequencer handles will be null.