EveryCircuit
Powering up...
Circuit
Public
Private
Unlisted
Save

1-bit Full Adder

@KingLeon
3 years ago
https://everycircuit.com/circuit/5830928211116032
A fundamental building block of digital architectures. Inputs A, B, and Ci (top, middle, bottom) logic sources A = 1-bit B = 1-bit Ci = carry-in bit S = sum bit Co = carry-out bit A B Ci | S Co ———————— 0 0 0 | 0 0 0 0 1 | 1 0 0 1 0 | 1 0 0 1 1 | 0 1 1 0 0 | 1 0 1 0 1 | 0 1 1 1 0 | 0 1 1 1 1 | 1 1
Comments
Post