In reply to chr_sue:
In reply to syed taahir ahmed:
But who is triggering the reset signal. In a clean UVM environment a uvm_driver is doing this instructed from a corresponding sequence.
If you are killing the sequences you cannot enableb them afterwards. You can only start them again. The sequences have a built-in function kill() to kill any sequence.
Thanks Chris , do you have one example for above? would like to get detail on this.