Forum Discussion
Altera_Forum
Honored Contributor
16 years agoMultiple NIOS same memory code
Hello, Reading the tutorial about Multiprocessor systems, i understood that it is not possible to have multiple NIOSs executing a same program code from the same memory space. Does anybody know ...
Altera_Forum
Honored Contributor
16 years agoIn fact, i shared the SRAM and SDRAM memories, the SDRAM is divided so each processor has its own space. Then i put the code sections (.text, .rodata...) in the SRAM and the stack and heap sections in the SDRAM private espace.