Forum Discussion
Altera_Forum
Honored Contributor
8 years agoCreate a on-chip memory with logic resources
Is it possible to create on-chip memory with logic resources in Altera FPGA when there's no enough on-chip RAM? For example, using VHDL language: type memory_type is array (0 to 15) of std_log...
Altera_Forum
Honored Contributor
8 years agoI create two 128K×32 on-chip memory with logic resource in Arria 10 SoC,but the process of "Analysis and Elaboration" takes too long time and eventually failed because "out of memory in
module quartus_map.exe". And my computer contains 32GB DDR3. Is there any solution for this problem? Thanks.