I was wondering if uvm messages can be displayed on terminal with different colors. For example:
- Red color for
uvm_error and
uvm_fatal - Orange color for `uvm_warning
It becomes easier to debug when different colors are displayed onto the terminal. Help appreciated! Thanks!