In reply to Henriques:
In reply to het:
Hi Het/Mitesh
Do you know any other way to identify sequencce when we use `UVM_do_with macro?
I think it can be done via any customized enum/variable in your sequence.
For example,
int my_sequence_id;
…
`uvm_do_with(… my_sequence_id == 100);
By this, you can identify that which of the sequence’s response is not received or which of the sequence is not completed successfully.