Hardware Tutorial Solution 07
Hardware Tutorial Solution 07
Problem 2
Problem 3
In order to generate the BCD sum from the binary sum when the sum is larger than 1001 (9) we have to subtract 10. The 4 bit twos-complement of 10 is 6, so we add the binary number 0110 (6) and this works for all numbers between 10 and 19.