aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2020-11-18 10:18:48 +0100
committerGitHub <noreply@github.com>2020-11-18 10:18:48 +0100
commit6514471a3bec65a45822cb2715022fc0bd80c452 (patch)
tree409e4ee2c0476e00701fe5c990ff521cd97381db
parentda4ff1c40a1e70bf84ddb24da3850e080d46e600 (diff)
parentb015ee825c501e07a06b4cd464a3fbf3554c1da9 (diff)
downloadnextpnr-6514471a3bec65a45822cb2715022fc0bd80c452.tar.gz
nextpnr-6514471a3bec65a45822cb2715022fc0bd80c452.tar.bz2
nextpnr-6514471a3bec65a45822cb2715022fc0bd80c452.zip
Merge pull request #516 from meijianyue/master
missing '/local' at ecp5 installing
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5deb92ae..6a70e1e3 100644
--- a/README.md
+++ b/README.md
@@ -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
```