How to get config object from config db to the tb_top

In reply to saritr:
You have to wait for certain time before issuing the get:
initial
begin
#1;
if(!uvm_config_db #(rx_agent_config)::get(null, “”, “db_rx_agent_config”, m_rx_cfg))
`uvm_error(“top”, “rx_agent_config not found”)
end