aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@assured.se>2019-02-12 10:53:28 +0100
committerJoachim StroĢˆmbergson <joachim@assured.se>2019-02-12 10:53:28 +0100
commitaf310d8af1a9dbceeecb23a9aacde8365d183828 (patch)
treea6075c56b21e05ad907288dbbf3e853e8bd584a0
parentea442d768cba08d3728ea2e7e62f1d90e0e781fd (diff)
Adding some info about the requirements in the header of the Makefile. This could possibly move to the README though...
-rwxr-xr-xtoolruns/Makefile9
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