How to get config object from config db to the tb_top

In reply to saritr:

This is correct. You are in the top-level module of your UVM testbench. This module does not know anything about the path uvm_test_top.env.
Please try
get(null, “”, “db_rx_agent_config”, m_rx_cfg)