Synchronization between UVM agents? UVM RAL to other agents

In reply to Vishwasu Deshpande:

There are some Options to perform this synchronization.
The most simple would be looking on some Register Content and then starting the Monitor.
Or you can use uvm_events or uvm_barrier.