PROJECT - Octal Full-Adder Input: A, B = octal digits (see representation below); Cin= binary digit Output: S = octal digit (see representation below); Cout= binary digit Task: Using only binary FAs...

PROJECT - Octal Full-Adder Input: A, B = octal digits (see representation below); Cin= binary digit Output: S = octal digit (see representation below); Cout= binary digit Task: Using only binary FAs to perform the actual addition, design a circuit that performs as an octal FA. More specifically, this circuit would input the two octal digits A, B, convert them into binary numbers, add them using only binary FAs, convert the binary result back to octal, and output the sum as an octal digit, and the binary carry out. Input/Output binary representation of octal digits Every octal digit will be represented using the following 8-bit binary representation: Octal 8-bit Input Lines: Digit: 0 1 2 3 4 5 6 7 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 2 0 0 1 0 0 0 0 0 3 0 0 0 1 0 0 0 0 4 0 0 0 0 1 0 0 0 5 0 0 0 0 0 1 0 0 6 0 0 0 0 0 0 1 0 7 0 0 0 0 0 0 0 1 You are required to design this circuit in a structured, top-down approach. Use modules whenever possible. Presentation is very important.
May 07, 2020
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here