When using uvm_sequence_base's kill on a virtual sequence, will it kill child sequences?
It seems to me that it will not, but I am unsure and have not explored this much, yet.
Looking briefly at the UVM base class, I'm guessing that a virtual sequence should have its own function to terminate child sequences.
-----
update: I added a function in the virtual sequence to terminate child sequences and everything is working fine.