How to exit from simulation on getting UVM_ERROR

Hi, Dave, Subhash.

That solution is valid only for uvm_errors that are called from inside a component.
But if you have an uvm_error inside an uvm_object it will not work anymore!

A “universal solution” would be:
+uvm_set_action=“*,ALL,UVM_ERROR,UVM_STOP”

Best regards,
Aurelian