Preview 1
problems. 1. Input two bits, x;y and output two bits representing x−y (1−1 = 00, 1−0 = 01, 0 −0 = 00, 0−1 = 11). 2. Input two bits x;y and output two bits representing the absolute value of x−y 3. Input three bits x;y;z and output one bit which is the majority of the three input bits
Preview 1
Preview 2
Preview 3
Preview 4
Preview 5
Preview 6