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
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