`uvm_rand_send and `uvm_rand_send_with - UVM - Verification...
`uvm_rand_send_with(req, {data < 1000;}) endtask : body endclass: my_seq my question is, when we call `uvm_rand_send(req) isn’t it randomize the req.addr field and cause the “req.addr = 27” line be meaningless? Thanks, Nadav...