Altera_Forum
Honored Contributor
9 years agoError 10251 - cannot fall outside the declared range
Hello,
i have got a little problem with array of registers. This is error message: --- Quote Start --- Error (10251): Verilog HDL error at File.v(160): index 5 cannot fall outside the declared range [3:0] for dimension 0 of array "Modulator" --- Quote End --- This is simplified module with all lines corelated with array "Modulator":
module File# (parameter LFO1B=4'b0101)(input Modulator_LFO1B)
wire Modulator ;
assign Modulator=Modulator_LFO1B;
endmodule
Do you know what is going on? Kind Regards L.