Forum Discussion
Altera_Forum
Honored Contributor
15 years agoOr the best solution is to redesign the algorithm so that you dont have to do the divide in the first place - stick to multiplies instead.
a/b = a * 1/b. Do the 1/b function on something else (like a processor) if you can.