# Latched 4-Bits adder with carry out
A simple 4-bits adder implemented using basic logic gates.
The output is latched using D flip-flops, so the sum result is updated every clock rising edge
and can be reseted using the reset signal.
# Latched 4-Bits adder with carry out
A simple 4-bits adder implemented using basic logic gates.
The output is latched using D flip-flops, so the sum result is updated every clock rising edge
and can be reseted using the reset signal.