Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYour onchip memory is too big. The FPGA that you are using has 16 M144K blocks (256kb memory) and 355 M9K blocks (355kb). The onchip memory component can only use one type of memory block at a time and none of them can hold 400kb.
Try to use less memory, of if you really need that much, divide it in two components. I don't know if Quartus will figure out by itself that it needs to use the two types, you may have to force the block type to M9K on one of the two components.