adding full adder diagram
This commit is contained in:
parent
5437778e30
commit
b30cbb7ffe
BIN
cst337/img/fig1lec10.png
Normal file
BIN
cst337/img/fig1lec10.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
@ -26,7 +26,7 @@ I __highly__ suggest that you try to build a logic circuit on your own first as
|
||||
|
||||
If we only want to add single-bit's then a half-adder works fine but if we want to add multiple bits say `1011 + 0010` then we need to consider that we will likely have to chain these together.
|
||||
The full-adder has 1 main difference from the half-adder, it has 3 inputs, 2 main inputs and 1 input for the carry bit.
|
||||
The carry bit will propagate along the operation now if we chain these together, _just like real addition_!
|
||||
The carry bit will propagate along the operation now if we chain these together, _just like real addition!_
|
||||
|
||||

|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user