Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI would expect this algorithm to be slow. This algorithm is performing many floating point calculations and without the floating point custom instruction all of that would end up being emulated in software using Nios II. The algorithm is also inherently slow as are most convergence algorithms and as a result you can speed it up by breaking down the algorithm and handling it in parallel (multi-core or hardware accelerators).
Why the performance is different between the two cores I'm not sure but make sure you are using the same compiler optimizations so that you are comparing apples to apples.