Posted by dvuvmsv on Jan 23, 2020
UVM #uvm Hello, To use uvm_do_with, do the sequence_item need to define address,direction as rand? Is it mandatory? Also can you pass reg.address == 32'hFFF0000, directly the value or it need to be a variable? `uvm_do_with(req, {req.address == addr; ...
Question