This project works by putting two numbers (x and y), and a carry in. This module adds the two numbers & the carry_in, and returns carry_out and sum
Check is x and y is equal to sum.
List external hardware used in your project (e.g. PMOD, LED display, etc), if any
# | Input | Output | Bidirectional |
---|---|---|---|
0 | X | Sum | |
1 | Y | Carry-out | |
2 | Carry-In | ||
3 | |||
4 | |||
5 | |||
6 | |||
7 |