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

#2803
MT
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.