Uvm_info not getting displayed but $display does

In reply to Nimisha Varadkar:
Try using uvm_error instead of uvm_info. There is not verbosity setting for errors. I would also try uvm_report_error() direectly instead of using the macro.