[RNDFLD] Randomization failed in uvm_do_with action

The warning is being generated because there is an error randomizing your req item. To provide Can you post the code related to the sequence_item of req?

Also, you are using a randomized int to control a loop count. Be aware that it could randomize to a negative value. Use an ‘int unsigned’ to ensure a positive value.