My team and I implemented a digital counter that displays a count from 0-9, and then restarts from 0. The design starts off with a SR flip flop acting as a switch denouncer. This ensures that when we press the button switch, the state of Q is steady, ensured, and does not ‘bounce’. Q is then fed into the clock of the HCF4511B counter, where the counter stores the amount of times the button was pressed and outputs the count using a 4 bit binary number.