Use --recursive for nextpnr clone

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2021-03-09 09:51:12 +00:00
parent 0dfc7130bb
commit c495861c19
1 changed files with 1 additions and 1 deletions

View File

@ -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)