Choose scoreboard methodology to implement

In reply to chr_sue:

In reply to cuonghl:
You Can store the data belonging together in a tlm_fifo and performing then the compare.
It does not matter how many different data packets you have. Finally you need only very few storing places. Storing all data and comparing after the run_phase is very, very expensive in Terms of resources and time. You might store several GB of data before starting with the compare.

No, it doesn’t solve my example’s problems. To compare all packets are easy with on-the-fly checking, but checking the scenario happen is something more.

Thanks.