fomu-workshop/verilog/blink-basic
2020-01-03 14:21:19 +00:00
..
.gitignore Rework the layout of the verilog examples slightly. 2020-01-03 13:54:42 +00:00
blink.v Rework the layout of the verilog examples slightly. 2020-01-03 13:54:42 +00:00
Makefile Fixing Makefile for Verilog examples. 2020-01-03 14:21:19 +00:00
README.md Rework the layout of the verilog examples slightly. 2020-01-03 13:54:42 +00: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.