
A 4-bit down counter is a digital circuit that counts backward in binary from 1111 (decimal 15) down to 0000 (decimal 0). It consists of four flip-flops, each holding one bit of the binary number: Q3 is the most significant bit and Q0 is the least significant bit. Every time a clock pulse arrives, the counter subtracts one from its current value. The outputs change in a fixed sequence: 1111 → 1110 → 1101 → … → 0001 → 0000, and then it returns to 1111 again.
I dunno, if it counts downwards from F-0 it works
7 segment display
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | I0 | O0 | |
| 1 | I1 | O1 | |
| 2 | I2 | O2 | |
| 3 | I3 | O3 | |
| 4 | I4 | O4 | |
| 5 | I5 | O5 | |
| 6 | I6 | O6 | |
| 7 | I7 | O7 |