ID:10251 Verilog HDL error at <location>: index <number> cannot fall outside the declared range [<left bound>:<right bound>] for dimension <number> of array "<name>"

CAUSE: In a Verilog Design File (.v) at the specified location, you used an illegal constant index into a multidimensional array. The specified index does not fall within the indexed dimension's declared range.

ACTION: Modify the index so that it falls within the dimension's declared range, or modify the declared range so that it contains the index.