Filter uvm_info statements in the monitor by interface

In reply to kavin:

Kavin

I agree - my initial point was to check i wasn’t missing anything obvious.

My configs at the UVC level contain the number of agents, their configs which include the vif to assign to a particular agent.
There are a few options:

  1. write an ID fields in the monitor from the agent based on the virtual interface name of array location.
  2. write a function in the monitor to parse extract the virtual interface name.

I’ll probably go with point one to keep the code simple.

Thanks