In reply to CRVAddict:
You are setting the override in the agent, not the m_reciever component. You want it 1 level down.
env.m_env.m_agent_1[0].m_reciever.set_report_severity_id_override(UVM_ERROR,"m_receiver",UVM_WARNING);
In reply to CRVAddict:
You are setting the override in the agent, not the m_reciever component. You want it 1 level down.
env.m_env.m_agent_1[0].m_reciever.set_report_severity_id_override(UVM_ERROR,"m_receiver",UVM_WARNING);