2023-03-15 13:04:37 -05:00
|
|
|
= LED Blinker test
|
|
|
|
|
|
|
|
This directory contains an example design to test the LED blinkers. It runs on an
|
|
|
|
https://www.olimex.com/Products/FPGA/iCE40/iCE40HX8K-EVB/[Olimex iCE40HX8K-EVB].
|
2023-03-15 13:06:04 -05:00
|
|
|
Pushing the buttons will cause the LEDs to blink at 15 Hz.
|
2023-03-15 13:04:37 -05:00
|
|
|
|
|
|
|
To compile this design, run
|
|
|
|
|
|
|
|
$ make examples/led/top.bin
|
|
|
|
|
|
|
|
from the root directory of this repository.
|