Forum Discussion
Altera_Forum
Honored Contributor
21 years agodouble precision multiplication
Hi, Is it normal that a double precision multiply operation between local variables is taking about 1100 cycles for a NIOS II to execute it? Note: The nymber of cycles is measured using th...
Altera_Forum
Honored Contributor
21 years agoI don't know the exact number of cycles, but floating point calculations are not quick if you do not have dedicated hardware for the job. Having the double precision doesn't help matters. If you want this to be fast, I think their is a relatively small floating point core in this forum.