Replace "reporter" string with module hierarchy in reporting functions (UVM 1.1d)

In reply to abasili:

  1. how can I replace the reporter reference with the full module hierarchy?

I found some workaround, albeit not really what I wanted to do, based on work posted here:

By redefining the macro we are using I can reformat the message in order to add the wanted information. That’s unfortunately not the same as replacing the ‘reporter’ string with the hierarchy. In order to do that I might need to do some string manipulation which is way to painful with SystemVerilog lack of regex support (and yes, I’m aware of uvm_re_match, it would have been nicer to have uvm_re_replace as well).