Altera_Forum
Honored Contributor
16 years agoProgram storage
I am designing a system that will have time-critical and non-time-critical instruction. I want to store all the time-critical instruction and data in on-chip RAM and the other in external SDRAM. How would accomplish this when I develop the program.
At first, tightly couple memory sound like a solution but it only applicable to on-chip RAM not external memory. Is there a way I can specify sections of code as going to SDRAM or on-chip. Thanks