|
[MC4010] - HALF ADDER
DESCRIPTION
The MC4010 implements a half adder. It takes two one-bit inputs, adds them, and returns the sum and the carry.
SIGN PARAMETERS
No signparameters.
INPUTS
- #1 : (ignored)
- #2 : First bit to add
- #3 : Second bit to add
OUTPUTS
- #1 : Sum
- #2 : Carry out
- #3 : Carry out (always the same as Output2)
|