Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
Square root is about as 'hard' as division - and much the same algorithm.
Look up the 'schoolboy' method of calculating square roots - it is simple to implement in binary and will give you 1 bit per clock. - Altera_Forum
Honored Contributor
If you want a combinational version, look at http://vhdlguru.blogspot.nl/2010/03/vhdl-function-for-finding-square-root.html