aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/index.html2
-rw-r--r--icebram/.gitignore2
-rw-r--r--icemulti/.gitignore1
-rw-r--r--icepack/.gitignore3
-rw-r--r--icepll/.gitignore1
5 files changed, 8 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index a667d87..9f6b6eb 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -183,7 +183,7 @@ sudo make install</pre>
Installing <a href="https://github.com/YosysHQ/nextpnr">NextPNR</a> (place&amp;route tool, Arachne-PNR replacement):
</p>
-<pre style="padding-left: 3em">git clone https://github.com/YosysHQ/nextpnr nextpnr
+<pre style="padding-left: 3em">git clone --recursive https://github.com/YosysHQ/nextpnr nextpnr
cd nextpnr
cmake -DARCH=ice40 -DCMAKE_INSTALL_PREFIX=/usr/local .
make -j$(nproc)
diff --git a/icebram/.gitignore b/icebram/.gitignore
index 10fbc8a..d329cf5 100644
--- a/icebram/.gitignore
+++ b/icebram/.gitignore
@@ -11,3 +11,5 @@ demo_tb.v
icebram
icebram.d
icebram.o
+icebram.exe
+icebram.wasm
diff --git a/icemulti/.gitignore b/icemulti/.gitignore
index 9254c71..43ef5a2 100644
--- a/icemulti/.gitignore
+++ b/icemulti/.gitignore
@@ -1,4 +1,5 @@
icemulti
icemulti.exe
+icemulti.wasm
icemulti.o
icemulti.d
diff --git a/icepack/.gitignore b/icepack/.gitignore
index ef4173d..a277e88 100644
--- a/icepack/.gitignore
+++ b/icepack/.gitignore
@@ -1,5 +1,8 @@
icepack
icepack.exe
+icepack.wasm
iceunpack
+iceunpack.exe
+iceunpack.wasm
icepack.o
icepack.d
diff --git a/icepll/.gitignore b/icepll/.gitignore
index 418d25b..8ed93c2 100644
--- a/icepll/.gitignore
+++ b/icepll/.gitignore
@@ -1,4 +1,5 @@
icepll
icepll.exe
+icepll.wasm
icepll.o
icepll.d