Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21602 Discussions

Question about Internal Memory configuration

Altera_Forum
Honored Contributor II
1,142 Views

Hi all. I am trying to implment a Dual port RAM using CycloneIII EP3C10. As listed by the handbook, EP3C10 has 46 M9K Blocks. I want to configure the memory as 5120 × 32bit. MegaWizard tell me the memory need 32 M9K. My question is whether I could reduce the num of M9K according to some setting with Maximum Block Depth. 

thx.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
461 Views

The megawizard isn't able to optimize the use of memory blocks when the size isn't a power of two. To reduce the blocs usage you must create two memories, one 4096*32 and one 1024*32, and add some logic to select which block to use.

0 Kudos
Reply