In Project 2, teams of two students will be designing a ...

The 10’s complement will be implemented by using the 9’s complement of the digits and adding 1. For the least significant digit, the subtract operation is A + 9’s Comp(B) + 1 producing BCD sum digit S and BCD carry COUT. For the other digits, the subtract operation is A + 9’s Comp(A) + CIN where CIN is the BCD carry in. ................
................