Connecting the agent and scoreboard

In reply to sujithsh:

Thanks for your reply.
I connected the agent’s analysis port to the fifo inside scoreboard directly as you said.

eth_env.mac_agent[agent_name].ap[“Data_frame_ap”].connect(ptp_sc[i].post_fifo.analysis_export);

It throws out the following error.

UVM_ERROR @ 0: uvm_test_top.env.ptp_sc_0.compare_export [Connection Error] connection count of 0 does not meet required minimum of 1

UVM_ERROR @ 0: uvm_test_top.env.ptp_sc_0.post_export [Connection Error] connection count of 0 does not meet required minimum of 1

UVM_ERROR @ 0: uvm_test_top.env.ptp_sc_1.compare_export [Connection Error] connection count of 0 does not meet required minimum of 1

UVM_ERROR @ 0: uvm_test_top.env.ptp_sc_1.post_export [Connection Error] connection count of 0 does not meet required minimum of 1

UVM_ERROR @ 0: uvm_test_top.env.ptp_sc_2.compare_export [Connection Error] connection count of 0 does not meet required minimum of 1

UVM_ERROR @ 0: uvm_test_top.env.ptp_sc_2.post_export [Connection Error] connection count of 0 does not meet required minimum of 1

UVM_FATAL @ 0: reporter [BUILDERR] stopping due to build errors