
A 3 bit Binary to decimal segment display converter.
Toggle the input swtiches (B2, B1, B0) to convert binary input to decimal numbers displayed on the output segment (0 to 7 can be displayed).
Used Truth table to design the binary to decimal converter using AND/OR gates.
List external hardware used in your project (e.g. PMOD, LED display, etc), if any
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | in1 B0 | connected to display segment | |
| 1 | in2 B1 | connected to display segment | |
| 2 | in3 B2 | connected to display segment | |
| 3 | in4 Not Connected | connected to display segment | |
| 4 | Not Connected | connected to display segment | |
| 5 | Not Connected | connected to display segment | |
| 6 | in7 Not Connected | connected to display segment | |
| 7 | in8 Not Connected | Not connected |