fomu-workshop/verilog/blink-expanded
2020-10-12 05:12:30 +02:00
..
blink.v Fix verilog examples 2020-01-11 17:14:15 +01:00
Makefile move 'verilog/pcf' to root 2020-10-12 05:12:30 +02:00
README.md Fix verilog examples 2020-01-11 17:14:15 +01:00

Minimal Verilog Example - Expanded Version

A minimal Verilog example which permanantly blinks the green LED and supports enabling the red and blue LED by button press or connecting pins.

Using

Type make to build the DFU image. Type dfu-util -D blink.dfu to load the DFU image onto the Fomu board. Type make clean to remove all the generated files.