Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe 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.