Forum Discussion
Altera_Forum
Honored Contributor
19 years agoVariables in different physical memory
Im looking to define some variables (large arrays)such that one resides in sdram and the other in separate sram so that my custom peripheral can do work on one while i do work on the other array with...
Altera_Forum
Honored Contributor
19 years agoOk, thanks I will do that. I guess what i was after was a way of getting the compiler to do it so I didnt have to take care of allocating the memory and all the problems that will happen if I end up overwriting something i shouldnt.