I cannot figure out how to do the sequential logic part. I think I should use flip-flops but cannot think of the way to do it. Additionally, the output should be represented on a seven-segment display with base 2 numbers. If the numbers added are 3 and 4, then one seven-segment should display 1, 1, 1, 0 in this order.
(Combinational Logic Design: A parallel adder for 4-bit binary numbers
XXXX = X
Y = Y3Y2Y1Y0
X + Y = S
Sequential Logic Design: A serial adder for 4-bit binary numbers.
8
8
8