Hi,
If I want to assign all the components to have a specific verbosity, using next line:
uvm_test_top.set_report_verbosity_level_hier(UVM_HIGH)
Where is best to put this line in environment?
Is the uvm_test_top member is accessible from any class or I should retrieve it somehow?
Thanks!