In reply to dave_59:
Hi,
I also tried fork join_any to come out from the sequence but still getting the same result.
…
virtual task body();
starting_phase.raise_objection(this,get_type_name());
fork
begin
`uvm_do_on(veq_b,p_sequencer.axi_seqr)
end
begin
#1000;
end
join_any
disable fork;
starting_phase.drop_objection(this,get_type_name());
endtask
…
Can you please tell me how to use the debugger or please share any link for this.
Thanks