Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

multiprocessors performance help

Altera_Forum
Honored Contributor II
1,068 Views

hi, 

 

can I find an article that speaks on the maximal number of NIOS processors that can reach with the multiprocessor design. Taking into account the performance of the system and its response. 

 

thks for all members
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
377 Views

In theory you can put as many NIOS processors into an FPGA as the resources will allow. As far as performance, that is going to depend entirely on the design. Your hardware limitations will be fmax and memory interface speed. 

 

Jake
0 Kudos
Altera_Forum
Honored Contributor II
377 Views

The only way you can guestimate is configure a NIOS with approximately the number of peripherals and features that you want, find out how many logic elements/fpga resources that uses and divide that number into the total number of resources on the target FPGA (I would suggest multiplying that by a safety factor of say 50% because of unplanned contingencies and future expansion, probably not more than 70% as then your chip is starting to most likely become pretty congested). That might be a decent first order approximation.

0 Kudos
Reply