Reply To: Scoreboard Push Index Not In Range Error
Why OSVVM™? › Forums › OSVVM › Scoreboard Push Index Not In Range Error › Reply To: Scoreboard Push Index Not In Range Error
November 12, 2025 at 22:09
#2803
Member
Hi Jim,
Thank you for the quick response. I’m working with a custom VC. You’re right, the problem was that BurstFifo wasn’t initialized in the VC. I added the following at the beginning of the VC’s transaction handler process, and it worked.
RX_IF.BurstFifo <= NewID("RxBurstFifo", ModelID, Search => PRIVATE_NAME) ;
I appreciate the tip on handling the reset detection. I’m sure it’ll come in handy.