PDA

View Full Version : Override report_summarize - how to access report message counters



neil
03-10-2008, 08:34 AM
The default report_summarize provides a lot of information that is not required in a normal simulation run, making it harder to see easily if the test passed or failed. I can override the function, but would like access to the count of OVM_REPORT_ERROR reports so that I can provide a simple test result line. I can see the counts in the ovm_report_server, but how should I access them in proper OOP style? :)

Regards,
Neil