54 7 segment seconds

54 : 7 segment seconds

Design renderSelect Project123456789ONSW2
  • Author: Matt Venn
  • Description: Count up to 10, one second at a time.
  • GitHub repository
  • Clock: 1000 Hz

How it works

Uses a set of registers to divide the clock, and then some combinational logic to convert from binary to decimal for the display.

Puts a slower square wave output on output 7.

How to test

After reset, the counter should increase by one every second.

IO

#InputOutput
0clocksegment a
1resetsegment b
2segment c
3segment d
4segment e
5segment f
6segment g
7slow clock output