Hi,
you are using a normal array and not an associated one.
Try to change your array declaration to something like:
bit[WIDTH_BITS-1:0] index[3][*];
I hope this helps.
Bye,
Christoph
Hi,
you are using a normal array and not an associated one.
Try to change your array declaration to something like:
bit[WIDTH_BITS-1:0] index[3][*];
I hope this helps.
Bye,
Christoph