
Implement a simple counter using https://google.github.io/xls/tutorials/intro_to_procs/
Set the reset bit once, toggle the clock once, unset the reset bit and keep toggling the clock
LEDs, pull-up/down resistors
| # | Input | Output |
|---|---|---|
| 0 | clock | count0 |
| 1 | reset | count1 |
| 2 | count2 | |
| 3 | count3 | |
| 4 | count4 | |
| 5 | count5 | |
| 6 | count6 | |
| 7 | count7 |