Design a binary coded decimal to 7-segment display decoder. This decoder should have 4 inputs e.g., A, B, C, and D since
Posted: Wed Apr 27, 2022 5:02 pm
Design a binary coded decimal to 7-segment display decoder. This decoder should have 4 inputs e.g., A, B, C, and D since the largest number (910) requires 4 bits to represent as unsigned binary number (ABCD = 1001). Now modify your design assuming you have only two inputs (set A and B to 0 in your Boolean expressions). Test your design dynamically using the 2-bit up/down counter (of previous section).