In reply to Er. Shipra:
In your driver you do a get on the config_db
if(!uvm_config_db#(axi_storage)::get(this,“*”,“axi_storage”,strg))
to retrieve the object of your storage from the config_db. Where are you doing the set of this object?
In reply to Er. Shipra:
In your driver you do a get on the config_db
if(!uvm_config_db#(axi_storage)::get(this,“*”,“axi_storage”,strg))
to retrieve the object of your storage from the config_db. Where are you doing the set of this object?