
Calculates the square root of an 8-bit unsigned integer using the non-restoring algorithm. The output is provided in Q4.4 fixed-point format, allowing for fractional precision.
Apply 8 bit input via switches and apply a pulse via push button in start pin. Observe output on LEDs
No special hardware required. Only LEDs may be used to display output.
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | d[0] | y[0] | start |
| 1 | d[1] | y[1] | |
| 2 | d[2] | y[2] | |
| 3 | d[3] | y[3] | |
| 4 | d[4] | y[4] | |
| 5 | d[5] | y[5] | |
| 6 | d[6] | y[6] | |
| 7 | d[7] | y[7] | done |