Forum Discussion
Altera_Forum
Honored Contributor
13 years agoQuartus will use internal RAM for an array of that size if not instructed otherwise, but only if your code accesses the data in a way that allows RAM usage. If you read the compilation messages thoroughly, you'll find a warning if no RAM can be inferred.
The conditions for RAM inference are explained in the Quartus software handbook, design templates can be accessed in the context menu of the Quartus editor.