Identifying an Instance in Run Phase

Hi
I am using 3 instances of the same monitor in my scoreboard and i want to add an event in one the run phase of one of monitors. Is their any mechanism that i can use in the monitor and identify individual monitors as their run tasks starts ?

Thanks
Vikram

I am not sure if I understood your question. The OVM displays (`ovm_info) always show the instance in the info displays.

In reply to mpattaje:

In you have 3 monitors in a scoreboard.Ex :

monitor_abc x;
monitor_abc y;
monitor_abc z;

How will you differentiate them in the run tasks?

Thanks
Vikram

In reply to vdadwal:

Run task of scoreboard? You are referring them through handles x,y or z. Generally you get the seq_item in the analysis_fifo of scoreboard. Why do you need the monitor handles?