Forum Discussion
Altera_Forum
Honored Contributor
11 years agoWhy not directly use one of the iterative algorithms (for example see http://en.wikipedia.org/wiki/division_algorithm), taking the initial estimate from a direct array lookup of the first few mantissa bits.
If you can guarantee a fixed number of iterations, then you can pipeline it isnstead. The early iterations can probably drop some of the least significant bits.