Problem Set #4: Combinational Logic Circuits
Problem Set #4: Combinational Logic Circuits
Problem Set #4: Combinational Logic Circuits
Fig. 1
5. Design a combinational circuit that generates the 9th complement of a BCD digit.
6. Design a combinational circuit that converts a four-bit Gray code to a four-bit binary
number.
7. Design a combinational circuit that compares two four-bit numbers to check if they are
equal or not. The output is 1 if the two numbers are equal and 0 otherwise.
8. Using adders to:
a) Design a four-bit combinational circuit incrementer (adds 1 to four-bit binary number)
b) Design a four-bit combinational circuit decrementer (subtracts 1 from four-bit binary
number).