Skip to content

Commit

Permalink
Merge pull request YosysHQ#516 from meijianyue/master
Browse files Browse the repository at this point in the history
missing '/local' at ecp5 installing
  • Loading branch information
mmicko authored Nov 18, 2020
2 parents da4ff1c + b015ee8 commit 6514471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ such as pack, place, route, and write output files.)
For ECP5 support, install [Project Trellis](https://github.com/YosysHQ/prjtrellis) to `/usr/local` or another location, which should be passed as `-DTRELLIS_INSTALL_PREFIX=/usr/local` to CMake. Then build and install `nextpnr-ecp5` using the following commands:

```
cmake . -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/usr
cmake . -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/usr/local
make -j$(nproc)
sudo make install
```
Expand Down

0 comments on commit 6514471

Please sign in to comment.