In reply to cgales:
How would you control reset and stimulus generation using sequences?
For eg, in a testbench with multiple envs and agents, how do I synchronize such that all env’s complete initilization (backdoor or frontdoor) before all agents start stimulus phase?
Would I need to implement my own synchronization using uvm events?