Commit Graph

4 Commits

Author SHA1 Message Date
Sean Anderson 508b090983 led_blinker: Decrease blink speed to 15 Hz
15 Hz is more obviously "blinky" than 30 Hz (at least at 50% duty cycle).

Signed-off-by: Sean Anderson <seanga2@gmail.com>
2023-03-15 14:06:04 -04:00
Sean Anderson 01f9d96173 Add LED example
Add a small LED example to let me test the blinker functionality.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
2023-03-15 14:05:29 -04:00
Sean Anderson db4c225db5 Support ENABLE_COUNTERS in hub
It's convenient to be able to adjust this parameter if the counters ever
end up on the critical path. Support adjusting it from hub.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
2023-03-05 20:47:46 -05:00
Sean Anderson 45b134b1b2 Add examples
This adds an example of how to integrate the hub into a design. For the
moment, wishbone is disabled, but I plan to add a uart bridge in the
future.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
2023-02-20 23:34:10 -05:00