Forum Discussion
Altera_Forum
Honored Contributor
13 years agoLPM_Divide Megafunction Timing Issues
Hey, I'm working with an Arria II GX. I've been having timing issues with the lpm_divide megafunction. I have created a divider using the MegaWizard Plug-In Manager that has a Numerator of 64...
Altera_Forum
Honored Contributor
13 years agoAvoid division, it is always slow :-)
If you are dividing by constants, do a 'multiply by reciprocal' instead. I also think it is possible to use an approximate reciprocal, a multiply, and then a few Newton-Raphson type iterations.