diff options
-rwxr-xr-x | toolruns/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/toolruns/Makefile b/toolruns/Makefile index e056830..bb1f4bf 100755 --- a/toolruns/Makefile +++ b/toolruns/Makefile @@ -4,7 +4,14 @@ # -------- # Makefile for building, simlating and programming the the fpga_mkm # core. Note that the target device is a Lattice iCEstick -# Evaluation Kit. +# Evaluation Kit (part number ICE40HX1K-STICK-EVN). The device +# sports an iCE40HX-1k device. +# https://www.latticesemi.com/icestick +# +# The tools required are: +# Icarus Verilog for simulation +# Verilator for linting +# IceStorm for bitstream generation and FPGA configuration. # # # Author: Joachim Strombergson |