OVM events and event pool material

Hello All,

I want to learn about ovm events and event pool and how efficiently i can use these features and specially where can i use them.
Any response will be very helpful.

Thanks

There is almost always a better way to structure your testbench than using events. Events are very low level signaling mechanisms that can be replaces with proper TLM communication. See this article on pipelined protocols for a comparison of different mechanisms.