Uvm_do constraint issue

In reply to roopatoms:

You need to iterate over a dynamic array. So assign your literal to temp array and then do

`uvm_do_with(req,{data.size()==3;foreach(data[ii])data[ii]=temp[ii];});