Null object aceess on seq_item_port.try_next_item

In reply to akhil_dv:

Is this a typo ONLY in above code OR have you written the same in the actual code ::


function void connect_pahse(uvm_phase phase); // Should be connect_phase  
drv.seq_item_port.connect(seqr.seq_item_export);
endfunction

1 Like