From daa51615301dfece43ec2fd8571e7c8c8ef32060 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 29 Jul 2015 16:20:42 +0200 Subject: Added prerequisites to index.html --- docs/index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 286ab69..6cf5090 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@ for all kinds of projects.

What is the Status of the Project?

-We have enough bits mapped that we can create a functional Verilog model for almost all +We have enough bits mapped that we can create a functional Verilog model for almost all bitstreams generated by Lattice iCEcube2 for the iCE40 HX1K-TQ144 and the iCE40 HX8K-CT256.

@@ -55,6 +55,16 @@ iceprog rot.bin

Where are the Tools? How to install?

+

+Installing prerequisites (this command is for Ubuntu 14.04): +

+ +
+sudo apt-get install build-essential clang bison flex libreadline-dev \
+                     gawk tcl-dev libffi-dev git mercurial graphviz   \
+                     xdot pkg-config python libftdi-dev
+
+

Installing the IceStorm Tools (icepack, icebox, iceprog):

-- cgit v1.2.3