Faceing issue in scoreboard

In reply to chr_sue:

thanks for helping me…
am facing issue in scoreboard not in monitor.

am collecting write data in monitor from DUT. whatever I have collected, that write data is assigned to transcollected port. At monitor am able to print the correct write data.

I have implemented a write method in scoreboard. In scoreboard am unable to collet same data. I am collecting last write data only.

trans_collected.wdata_o=3a
trans_collected.wdata_o=37
trans_collected.wdata_o=3f
trans_collected.wdata_o=35
trans_collected.wdata_o=3c

scb…axi_pkt.wdata_o= 3c
scb…axi_pkt.wdata_o= 3c
scb…axi_pkt.wdata_o= 3c
scb…axi_pkt.wdata_o= 3c
scb…axi_pkt.wdata_o= 3c

Please help me…