Design & Reuse

Industry Expert Blogs

Synchronization using UVM features

-
February 4, 2016

In this blog, we go through the synchronization feature of UVM. For it, UVM contains “uvm_barrier” and “uvm_event” classes. These classes contain different in-built methods which are very useful for setting/resetting events or waiting to complete any particular event.

An example here will be helpful in understanding the concept to achieve synchronization of different tasks in same component or different components through uvm_barrier and uvm_event.

Click here to read more ...