mirror of https://github.com/YosysHQ/nextpnr.git
Update README to mention checking out submodules.
This commit is contained in:
parent
8c968092a7
commit
922c3a1b7f
|
|
@ -54,6 +54,12 @@ of the selected architecture:
|
|||
Getting started
|
||||
---------------
|
||||
|
||||
First of all, run:
|
||||
|
||||
```
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
### nextpnr-ice40
|
||||
|
||||
For iCE40 support, install [Project IceStorm](https://github.com/YosysHQ/icestorm) to `/usr/local` or another location, which should be passed as `-DICESTORM_INSTALL_PREFIX=/usr` to CMake. Then build and install `nextpnr-ice40` using the following commands:
|
||||
|
|
|
|||
Loading…
Reference in New Issue