I am in the situation were i have a significant amount of interfaces (+60) of the same type.
I would like to see the output of specific monitors. Now i have plenty of UVM debug statements in my monitors, but with lots of monitors this is very difficult to filter.
At the moment i have added the virtual interface handle to the uvm_info calls (see below) and then i will grep my log files
`uvm_info("MONITOR", $sformatf("[%p]WR Data %0d of %0d ", vif,capture_count,collected_transfer.burstLen), UVM_HIGH)
Can anyone advise a better way of doing this? I wish i could shorten the vif because the hierarchy looks awful in the log files.
Thanks