$error counter accessability

Hello!

Is there a way for handling the counter of $error system task manually?
Is it possible to “mute”(make it print out nothing) $error system task or change it severity level?

Cheers!

In reply to mcsors:

My advice for these kinds of questions is to use the UVM reporting classes for handling these kinds of capabilities. You can take advantage of all the filtering, severity level modifications, callbacks, and other statistics gathering features even the rest of your testbench does not take advantage of any other UVM features.

Alternative are writing post-processing scripts to filter you log files, or looking at your tool’s user manual to see if they have any of the features you are looking for.