UVM- issue with nested sequence with get config_db

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.