
This is a simple 8-bit counter with a display showing counter 16 value. The input switches set the reset value of the counter. Counter reset is synchronous. The lower 4 bits of the counter value is converted to the symbol for 7 segment display. Will be improved in the future.
Set the input switches to value 0 (all off). Reset the device, set the clock to 1 Hz. Each second the 7 segment display should show a new symbol from "0" to "F".
Set the input switches to value 11. Reset the device. Send one clock pulse, the display should show 'b'. Enable 1 Hz clock, the display will continue showing hex numbers starting from 'b';
None
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | Counter reset value [0] | Outputs to the 7 segment display | |
| 1 | Counter reset value [1] | Outputs to the 7 segment display | |
| 2 | Counter reset value [2] | Outputs to the 7 segment display | |
| 3 | Counter reset value [3] | Outputs to the 7 segment display | |
| 4 | Counter reset value [4] | Outputs to the 7 segment display | |
| 5 | Counter reset value [5] | Outputs to the 7 segment display | |
| 6 | Counter reset value [6] | Outputs to the 7 segment display | |
| 7 | Counter reset value [7] | DP on the display, shows clock signal |