BCD to 7seg Counter is modified to suit the Simplified SoP equation for each segments. See the repo for SoP computation.
All toggle switches in zero position and clock switch on for auto runner. Individual BCD bits can be toggled using corresponding inputs with clock switch off.
# | Input | Output |
---|---|---|
0 | clock | segment a |
1 | reset | segment b |
2 | segment c | |
3 | dp toggle | segment d |
4 | BCD bit 3 | segment e |
5 | BCD bit 2 | segment f |
6 | BCD bit 1 | segment g |
7 | BCD bit 0 | segment dp |