ID:10232 Verilog HDL error at <location>: index <number> cannot fall outside the declared range [<number>:<number>] for vector "<name>"

CAUSE: In a Verilog Design File (.v) at the specified location, you used the specified index for the specified array, but the index is not within the bounds of the range specified for the array.

ACTION: Change the index so it is within the range of the array, or change the range of the array to include the index.