Altera_Forum
Honored Contributor
12 years agoLarge 2D registers using a lot of logic!
Hi,
So I am building sort of a grid for mapping specific data using Verilog for a DE-1 board. This is the specific code. reg [3:0] accumulator [0:100][0:100]; The simulation works perfect on Modelsim, but when compiling it on Quartus II, the compiler is building the registers using the logic. I was wondering if there is a way I could make it use the memory in the board or some other way I can build a 2D array map using the memory. Thanks for any suggestion in advance.