In reply to naaj_ila:
In reply to chr_sue:
If we add the define “UVM_REPORT_DISABLE_FILE”, it will suppress the file pathnames
It was added in some file.But i commented that , still it is suppressing the filepath
You cannot comment out a
`define that has been defined earlier. You need to use
`undef UVM_REPORT_DISABLE_FILE
Also, you need to make sure you are using uvm_info or passing FILE and `LINE to uvm_report_info().