Associative Arrays of Queues warning message - SystemVerilog queue index 6 is beyond the queue's writable range

Thanks Dave for quick response.

Lets say I know that I will be getting 512 elements in that queue, what is the best way to allocate space?

Also when I allocate a space, meaning I am writing a value to that element. When the actual value is received later, how to I overwrite it?

  • Shailesh