Skip to content

Commit

Permalink
Update README to mention checking out submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark authored Jan 28, 2025
1 parent 8c96809 commit 922c3a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 922c3a1

Please sign in to comment.