[RNDFLD] Randomization failed in uvm_do_with/uvm_rand_send_with

In reply to Michael54:

This is what I do in such (typical IP level) cases:


// Inside my base_test
set_report_severity_id_action_hier
    (UVM_WARNING, "RNDFLD", UVM_EXIT);

You can tweak the uvm_action according to what you need. I believe you could also promote it to ERROR/FATAL.

Cheers
Srini