mirror of https://github.com/YosysHQ/icestorm.git
Use --recursive for nextpnr clone
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
0dfc7130bb
commit
c495861c19
|
|
@ -183,7 +183,7 @@ sudo make install</pre>
|
|||
Installing <a href="https://github.com/YosysHQ/nextpnr">NextPNR</a> (place&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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue