In reply to rmozhiku:
No. Don’t use events.
At your test level, you would fork…join around all your reset sequences. Similarly you would fork…join around all the stimulus sequences. The join will ensure that all of the forked sequences have completed prior to forking the next set of sequences. If you want a sequence to run forever, then use a fork…join_none.