There are three modules: MyCounter (tests if the button is pressed or released), score (recieves the increment signal from MyCounter and sends the 7 segment information back to Wokwi module), and Wokwi (Takes the inputs from the buttons and clock. Then it sends the information to MyCounter. Next, it sends the information recieved by MyCounter back out to the 7 segment display and LEDs).
List external hardware used in your project (e.g. PMOD, LED display, etc), if any
# | Input | Output | Bidirectional |
---|---|---|---|
0 | CLK | LED0 | SEG_G |
1 | RST | LED1 | DIG1 |
2 | BTN0 | SEG_A | DIG2 |
3 | SEG_B | ||
4 | SEG_C | ||
5 | SEG_D | ||
6 | SEG_E | ||
7 | SEG_F |