Sending data from monitor to sequence

Hi chr_sue and Tfitz,

As per your inputs, how to pass data using uvm_event_pool and how to get that data using uvm_event_pool ??

If this happens means, I’ll pass the data in my passive agent using uvm_event_pool.
I’ll get that data in my active agent’s sequence and also in my active agent’s monitor.

Please let me know the syntax for passing and getting data using uvm_event_pool.

Thanks.