Random value generator

In reply to dave_59:

Hi Dave,

I wrote the entire scoreboard for the example above but after my compilation it’s giving me outputs something like this

In_array 0
Received_output 00000000
Generated_output 00000000
:::::success:::::::::

I ran the simulation for 500 clock cycles every time its showing the similar output. I thought their was some mistake the way I’m randomizing the array. I want to generate 8 random variables in the same array and then use each element one after the other for 8 cycles of sum +=b[k]*t[n-k]. I hope you understood my question.