In reply to Prawin kumar:
In reply to saurabh_3:
1 function void connect_phase(uvm_phase phase);
2 if(is_active == UVM_ACTIVE)begin
3 driver.seq_item_port.connect(sequencer.seq_item_export);
4 end
I’m getting null point access error in line 3.
Check whether you created driver and sequencer in the agent. Also check for the name of handle of both driver and sequencer.