Testing scoreboard

In reply to verif_learner:

A scoreboard is never really complicated. You are comparing data streams of the same type which arrive at different times.
In my scoreboards I do the following before writing the compare function. I print out the data streams coming in and have to be compared. Then you see if there is an offset in the data or not. This might be the issue happening most often.