diff options
author | Joachim StroĢmbergson <joachim@assured.se> | 2019-02-12 10:53:28 +0100 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@assured.se> | 2019-02-12 10:53:28 +0100 |
commit | af310d8af1a9dbceeecb23a9aacde8365d183828 (patch) | |
tree | a6075c56b21e05ad907288dbbf3e853e8bd584a0 /toolruns | |
parent | ea442d768cba08d3728ea2e7e62f1d90e0e781fd (diff) |
Adding some info about the requirements in the header of the Makefile. This could possibly move to the README though...
Diffstat (limited to 'toolruns')
-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 |