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)
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)