UVM write sequence doesn't exit

Hello

I have started two sequences write and then read for a slave address . This testcase runs fine with the address say 'h0000_0000 but hangs and doesnt go to read seq part when changed to slave 1 addr say 'hc0100000. What might be the issue here. I have checked the blocking statemetns and all seems to be fine.

In reply to verific_engi:

Could you please show some code related to your problem.

In reply to chr_sue:

It was a multi drive problem. I had Pready in interface being driven as 0 and slave drives as 0 as a response and it wnet to unknown due to both trying to write into wire . That was the reason the response was never recieved and the transaction waited for the response to reach to start read sequence in the testcase.