fomu-workshop/verilog/blink/README.md
Pascal Mainini ac248884fa Fix verilog examples
* Move blink-expanded to blink and vice versa (blink expanded was actually simpler)
* Remove unused code and make minimal example more minimal
* Add support for different Fomu boards to "blink"
* Update documentation
2020-01-11 17:14:15 +01:00

379 B

Minimal Verilog Example

A minimal Verilog example which simply blinks the RGB LEDs at different frequencies.

Unlike the example in ../blink-expanded, it only builds on Linux (but contains a commented Makefile).

Using

Type make to build the DFU image. Type make load to load the DFU image onto the Fomu board. Type make clean to remove all the generated files.