Lock a sequencer from virtual sequence

In reply to chr_sue:

In reply to adityaprasad123:
Dou know this example
UVM: Virtual sequence calling lock(1) - EDA Playground
Please try it and compare with your approach.

Thanks for pointing the example. Now it is working, after i changed the sequence start method call as it was in the example.

sqa.start(p_sequencer.seqr, this); //working
sqa.start(p_sequencer.seqr); // Not working