UVM verbosity control: command-line processor vs. set_report_verbosity_level()/set_report_verbosity_level_hier()

Hi,

Does anyone knows what should take precedence over other, the command-line processor argument:
-simv_args “+UVM_VERBOSITY=UVM_FULL”
or the functions:
set_report_verbosity_level(UVM_FULL)
set_report_verbosity_level_hier(UVM_FULL)

Thanks!

In reply to Michael54:

The command line specifictaion has the precedence. You could try-out this easily.

In reply to Michael54:

For everything like testcase name, default verbosity level, always the command line specification will have precedence.

Hope this helps,
Putta Satish