Tinkering with the iceFUN FPGA board, based on the iCE40-HX8K FPGA
encryptionKeyGenerator | ||
piezoBuzzer | ||
simpleCounter | ||
stopwatch | ||
timer | ||
.gitignore | ||
exampleOutput.txt | ||
LICENSE | ||
Makefile | ||
pinout.pcf | ||
README.md |
icefunVHDL
Tinkering with the iceFUN FPGA board, based on the iCE40-HX8K FPGA.
This work is loosely based on the provided code distributed at the DevanTech github repository. Since I'm not familiar with VHDL, this repository will be used to both write VHDL for the board, and slowly work my way up to learning Verliog.
Tools used:
At time of writing, iceFUNprog
is necessary on my specific setup, as openFPGAloader
erroneously claims unable to open ftdi device: -3 (device not found)
.
Currently working projects:
- SimpleCounter: Counter using clock divider for input, and 8x4 LED matrix for display