diff options
-rw-r--r-- | docs/index.html | 12 |
1 files changed, 11 insertions, 1 deletions
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. <h2>What is the Status of the Project?</h2> <p> -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. </p> @@ -56,6 +56,16 @@ iceprog rot.bin</pre> <h2>Where are the Tools? How to install?</h2> <p> +Installing prerequisites (this command is for Ubuntu 14.04): +</p> + +<pre style="padding-left: 3em"> +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 +</pre> + +<p> Installing the <a href="https://github.com/cliffordwolf/icestorm">IceStorm Tools</a> (icepack, icebox, iceprog): </p> |