fomu-workshop/verilog-blink-minimal
2019-08-24 10:32:49 +02:00
..
.gitignore .gitignore for the minimal example. 2019-08-23 13:21:37 +02:00
blink.pcf Adding a more minimal Verilog example. 2019-08-23 13:11:51 +02:00
blink.v Remove unneeded defines. 2019-08-24 10:32:49 +02:00
Makefile Make rm use -f 2019-08-23 14:21:09 +02:00
README.md Adding more docs about minimal example. 2019-08-23 14:13:29 +02:00

Minimal Verilog Example

A more minimal Verilog example.

Unlike the example in ../verilog-blink it;

  • only works on the Fomu hacker board.
  • only works on Linux
  • doesn't use any Makefile variables.

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.