How to change severity of a message in OVM

In reply to SKUPPAM:

In UVM this is easy - there is a set_report_severtiy API. I did a quick look in OVM, I don’t find it (I don’t use OVM that much nowadays, so maybe I am missing). However you can change the action via the below API:

function void set_report_severity_id_action_hier(	ovm_severity 	severity,
string 	id,
ovm_action 	action	)

HTH
Srini
www.verifworks.com