Question 4. Design a comparator of 2 unsigned binary numbers with 2 bits x1x2 and x3x4. Output f = 1 if the binary value
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 4. Design a comparator of 2 unsigned binary numbers with 2 bits x1x2 and x3x4. Output f = 1 if the binary value
Question 4. Design a comparator of 2 unsigned binary numberswith 2 bits x1x2 and x3x4. Output f = 1 if the binary value of the2-bit number x1x2 is greater than or equal to x3x4.a) Make a Karnaugh cover for f.b) Express f as Reduced Ordered BDD (ROBDD) with the order: x1, x3,x2, x4c) List all ESSENTIAL prime implicants and reduce the expression asSOP