Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20688 Discussions

MULTI-CORE NIOS II SYSTEM CAN RUN AT THE SAME TIME?

töz00
New Contributor I
915 Views

hi every one,

 

I have a code which calculates 9 sinus but this calculation lasts about 30 ms . so i decided to divide this calculation to three parts and run in 3 nios processors so that i can do this work with 10 ms timer interrupt. System must do this work at the same time. This is the question;

Can I run 3 nios processor at the same time?

 

0 Kudos
3 Replies
Isaac_V_Intel
Employee
861 Views

Hello Taha,

 

Yes, you can run multiple Nios processors at the same time, every Nios is independent. You can follow the next link [1] with some information about how to create multiprocessors. Also, you can refer to the section "The dining Philosopher's problem"

 

Let me know if it works and if you have more questions about it.

 

[1] https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/tt/tt_nios2_multiprocessor_tutorial.pdf

 

Best regards,

Isaac.

0 Kudos
töz00
New Contributor I
861 Views

Thank you for your support! I solved my problem. They are running almost without any time loss.

0 Kudos
Isaac_V_Intel
Employee
861 Views

You're welcome!

0 Kudos
Reply