What does the different verbosity levels actually mean?
Hi,
When you are developing a test bench, you might add lots of messages to help your debugging.
while running regressions, you may want to disable the messages, since huge number of messages results in large size of the log file, slowing down the simulation speed etc.
with the verbosity levels, you can avoid this by using appropriate verbosity levels.
Ex: If you use OVM_VERBOSITY=OVM_NONE, it dumps only messages with having ovm_none as its verbosity level.