In reply to santhg.90:
If you are using `uvm_do(req_wr) super.body() will not be called automatically. You have to do this manually. Doing so should solve your issue.
In reply to santhg.90:
If you are using `uvm_do(req_wr) super.body() will not be called automatically. You have to do this manually. Doing so should solve your issue.