Ordering of initial block doing config_db set and build phase get

In reply to rishikpillai90:

Use


uvm_config_db#(virtual apss_tb_mhm_if)::set(null, "uvm_test_top.m_env_h*", "apss_tb_mhm_vif", grouped_signals);


uvm_config_db#(virtual apss_tb_mhm_if)::get(this,"","apss_tb_mhm_vif",grouped_sig

If that doesn’t work, check the path name printed by the error message to see if it matches what you are expecting it to be.