What is the easiest way to get my simulation to die upon reaching the first UVM_ERROR?
(I suppose the reporting class could be extended and overridden, or something like that, but if it gets too complicated (as this is not smthg I expect to do much), I'll just temporarily change the offending statements to `uvm_fatals....which is what I just did.)
Is there a built-in switch or define that I can override at the command line?