
The decoder takes a 4-bit binary input from the user and translates it to hexidecimal. This is shown via the seven segment display. I developed combinational logic, controlling each of the 7 segments and sectioned them for easy accessibility and troubleshooting. I color coded the truth table and K-maps to match that of the wires on the Wokwi project.
Toggle inputs A - D (1 - 4) to change the state of the seven segment display which displays a number 0 - 9 or a letter A - F.
None.
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | A | A | |
| 1 | B | B | |
| 2 | C | C | |
| 3 | D | D | |
| 4 | E | ||
| 5 | F | ||
| 6 | G | ||
| 7 |