How to start task (it is in sequence ) from testcase.? how to solve uvm_fatal (neither the item's sequencer nor dedicated sequencer has been supplied to start item in wr_seq)

In reply to Rao.Bee:

Instead of write you can do:

wr_seq.randomize with {addr ==16'hEA; data == 16'hAABB;};

Then start your sequence.