Forum Discussion
Dual-core processor and shared SDRAM
I have DE0-CV board. I am trying to design and implement a dual core processor using NIOS II. These two cores are going to run two applications and share no data(no need for mutex). Both cores need to use the SDRAM since the applications are pretty large. I can just put two NIOS cores and connect only one of them to SDRAM controller but I don't know how I can connect both cores to it and partition it (each core should use half of the memory). How can I connect both cores to SDRAM? is there any multicore example that uses SDRAM?
1 Reply
- NurAida_A_Intel
Frequent Contributor
Hi anaza3,
You can refer to this tutorial on page 12 on how to connect multiple processor using sdram controller.
http://jjackson.eng.ua.edu/courses/ece680/lectures/Creating%20Multiprocessor%20Nios%20II%20Systems%20Tutorial.pdf
Hope this helps.
Thanks,
Regards,
NAli1