PDA

View Full Version : verbosity level



Cobi00
02-21-2008, 08:11 AM
I'm trying to filter out some of the reporting

report_info has a verbosity level of 300, warning is 200, error is 100 etc.

I'm using set_report_verbosity_level_hier(OVM_WARNING)

The ovm 1.0.1 pdf pg 71 suggests that OVM_FATAL=0, OVM_ERROR=100, warning=200, and info=300 (should be OVM_WARNING and OVM_INFO)

The ovm_report_defines.svh enumerates all of these, but doesn't assign a value so you end up with OVM_INFO = 0, OVM_WARNING = 1, OVM_ERROR=2 and OVM_FATAL = 3

I'm assuming this is a straightforward bug - have I missed anything?