Draw an SM chart for the square root circuit of Problem 4.14. Data from Problem 4.14. This

Question:

Draw an SM chart for the square root circuit of Problem 4.14.


Data from Problem 4.14.

This problem involves the design of a circuit that finds the square root of an 8-bit unsigned binary number N using the method of subtracting out odd integers. To find the square root of N, we subtract 1, then 3, then 5, and so on, until we can no longer subtract without the result going negative. The number of times we subtract is equal to the square root of N. For example, to find √27 : 27 - 1 = 26; 26 - 3 = 23; 23 - 5 = 18; 18 - 7 = 11; 11 - 9 = 2; 2 - 11 (can’t subtract). Since we subtracted five times, √27 = 5. The final odd integer is 1110 = 10112, and this consists of the square root (1012 = 510) followed by a 1.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Digital Systems Design Using Verilog

ISBN: 978-1285051079

1st edition

Authors: Charles Roth, Lizy K. John, Byeong Kil Lee

Question Posted: