TYPEO?

not sure if it is a typeO or not :

task data_phase(mbus_seq_item req);

if (req.MREAD == 1) begin
req.MRDATA = MBUS.MRDATA; <<=== MBUS.MRDATA = req.MRDATA ??
end
endtask: data_phase

In reply to VE:

Can you post a link to the particular example?