In reply to Nimisha Varadkar:
When you set the verbosity ( via the command line switch ) using +UVM_VERBOSITY=UVM_NONE
Only statements with verbosity of UVM_NONE get displayed .
Since you have a verbosity of UVM_LOW for the `uvm_info
in the initial code , it will Never be displayed .