Industry Expert Blogs
Synchronization using UVM featuresMunjal The Mystery... - Munjal MistryFeb. 04, 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.