[Cryptech-Commits] [user/js/fpga_mkm] branch master updated: Adding some info about the requirements in the header of the Makefile. This could possibly move to the README though...

git at cryptech.is git at cryptech.is
Tue Feb 12 09:53:45 UTC 2019


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch master
in repository user/js/fpga_mkm.

The following commit(s) were added to refs/heads/master by this push:
     new af310d8  Adding some info about the requirements in the header of the Makefile. This could possibly move to the README though...
af310d8 is described below

commit af310d8af1a9dbceeecb23a9aacde8365d183828
Author: Joachim Strömbergson <joachim at assured.se>
AuthorDate: Tue Feb 12 10:53:28 2019 +0100

    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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list