fomu-workshop/verilog-blink-minimal/README.md
2019-08-23 14:13:29 +02:00

14 lines
380 B
Markdown

# 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.