From af310d8af1a9dbceeecb23a9aacde8365d183828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Tue, 12 Feb 2019 10:53:28 +0100 Subject: Adding some info about the requirements in the header of the Makefile. This could possibly move to the README though... --- toolruns/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3