0
1.0kviews
Design a full adder using 3:8 decoder
1 Answer
0
6views

The truth table of a full adder is shown in Table:-

enter image description here

i. The A, B and Cin inputs are applied to 3:8 decoder as an input.

ii. The outputs of decoder m1, m2, m4 and m7 are applied to OR gate as shown in figure to obtain the sum output.

iii. Similarly outputs m3, m5, m6 and m7 are applied to another OR gate to obtain the carry output.

iv. Implement of full adder is shown in figure.

enter image description here

Please log in to add an answer.