Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi
The error that says "...will not fit in region... " is probably because you are using the onchipmemory to store the mem sections of your program. You can try either use the small library option (in the BSP editor) or use a SDRAM or SSRAM (a bigger mem) to place the mem sections of your program (the mem where you want to place the mem sections of your program is also configurable in the BSP editor).