Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17255 Discussions

finding square root of integer in vhdl

Altera_Forum
Honored Contributor II
4,162 Views

hi all 

i need a vhdl code for finding square root of integer , any help plz 

thanks all...
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
2,944 Views

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.
0 Kudos
Altera_Forum
Honored Contributor II
2,944 Views
0 Kudos
Reply