fomu-workshop/hdl/vhdl/blink
Johan Euphrosine eda1671205
hdl/**/Makefile: enable early rules termination (#513)
- set default shell to bash
- add pipefail option

Fixes #412
2021-08-10 12:49:39 +02:00
..
blink.vhd create subdir 'hdl' 2021-05-19 16:24:52 +02:00
Makefile hdl/**/Makefile: enable early rules termination (#513) 2021-08-10 12:49:39 +02:00
README.md create subdir 'hdl' 2021-05-19 16:24:52 +02:00

Minimal VHDL Example

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

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.