ethernet/examples/led
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
..
README.adoc Add LED example 2023-03-15 14:05:29 -04:00
top.pcf Add LED example 2023-03-15 14:05:29 -04:00
top.v Add LED example 2023-03-15 14:05:29 -04:00

README.adoc

= 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].
Pushing the buttons will cause the LEDs to blink at 30 Hz.

To compile this design, run

    $ make examples/led/top.bin

from the root directory of this repository.