In reply to Jack Bryan:
If you want to disable the infos in all the components then you can use
+uvm_set_action=*,_ALL_,UVM_INFO,UVM_NO_ACTION
If you want to disable only in a particular component, you need to mention the component hierarchical path as shown below
+uvm_set_action=uvm_test_top.ahb_top.ahb_agt.ahb_drv,_ALL_,UVM_INFO,UVM_NO_ACTION
with the above command-line option all the info from ahb_driver will be turned off
Regards,
Shanthi V A
www. maven-silicon.com