setting the Verbosity only for few /sequences/objects/interfaces in uvm?
问题 How do I control the verbosity of certain components so that I can set a verbosity to only few of the components? Lets say, for example in the verification of a particular feature, the test, few set of components/sequences/objects/interfaces etc are involved. I would like to set the verbosity of only these to be UVM_HIGH . I do not want to set the global severity to be set UVM_HIGH since lot of unrelated debug messages could come in which might increase the log size. What would be a cleaner