Hi guys!
It’s possible for a VVC wait until the scoreboard is not empty and if SB is not filled in a certain amount of time raise an alert?
I must check if a signal in a interface “A” is high but it must be high if valid and ready of interface “B” are high for 1 clock cycle. So, my idea is to use scoreboard of interface A like a semaphore: my reference model fill scoreboard with a dummy data to inform VVC A to check the signal.
Another way is to modify BFM interface of VVC A and adding a two signals… but it’s a quite amount of work…