Is it possible to omit the unnecessary details from the uvm_info and to leave the printed message only?
UVM_INFO path_to_the_file(line_number) @ 171915 ns: reporter [class_name] REAL MESSAGE
In reply to Alex K.:
Of-course yes. Just to remove FILE/LINE use:
+define+UVM_REPORT_DISABLE_FILE_LINE
For full customization, you can use a custom report server. Let us know if you need an example.
Regards
Srini
http://www.verifworks.com
In reply to Srini @ CVCblr.com:
Any way to temporarily override the UVM_REPORT_DISABLE_FILE_LINE without removing the define?