aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-03-09 09:51:12 +0000
committergatecat <gatecat@ds0.me>2021-03-09 09:51:12 +0000
commitc495861c19bd0976c88d4964f912abe76f3901c3 (patch)
tree9cda52f1e66f6c85a78a969cd92048a549705727
parent0dfc7130bbce6a62a4ffd1c7671c0c1f7a80ee89 (diff)
downloadicestorm-c495861c19bd0976c88d4964f912abe76f3901c3.tar.gz
icestorm-c495861c19bd0976c88d4964f912abe76f3901c3.tar.bz2
icestorm-c495861c19bd0976c88d4964f912abe76f3901c3.zip
Use --recursive for nextpnr clone
Signed-off-by: gatecat <gatecat@ds0.me>
-rw-r--r--docs/index.html2
1 files changed, 1 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)