Engineering A question in building a circuit using 2 full adders

  • Thread starter Thread starter transgalactic
  • Start date Start date
  • Tags Tags
    Building Circuit
AI Thread Summary
The discussion focuses on building a circuit using two full adders to sum two 2-bit numbers, x0x1 and y0y1, producing a carry output (C) and a sum output (S0S1). The user is familiar with constructing truth and Karnaugh tables, as well as individual full adder circuits. The main challenge lies in chaining the outputs of the two full adders while incorporating a clock cycle. The clock serves as an input for the first adder, with its carry output feeding into the second adder, which generates the final result. This approach is essential for achieving the correct summation of the two 2-bit numbers.
transgalactic
Messages
1,386
Reaction score
0
which produces a sum of 2 bit numbers x0x1 y0y1
the output is C (carry)
S0S1

the problem is i know how to build a truth table and a KARNO table
and even how to build this circuit

i know how to build a full adder circuit

the problem is i don't know how to build this task using 2 full adders
 
Physics news on Phys.org
Chain the outputs with the clock cycle.


In English, the clock is an input, for adder A, and itz carry is the input for adder B which holds the final solution.
 
Last edited:

Similar threads

Replies
5
Views
3K
Replies
20
Views
5K
Replies
6
Views
19K
Replies
1
Views
3K
Replies
1
Views
3K
Replies
5
Views
2K
Replies
4
Views
2K
Replies
15
Views
4K
Replies
13
Views
2K
Back
Top