In reply to uvmbee:
I do not think you meant to declare in app_agent
apb_seq_item seqr;
I think you want
uvm_sequencer #(apb_seq_item) seqr;
In reply to uvmbee:
I do not think you meant to declare in app_agent
apb_seq_item seqr;
I think you want
uvm_sequencer #(apb_seq_item) seqr;