aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
author梅见月七 <55041871+meijianyue@users.noreply.github.com>2020-11-17 09:40:45 +0800
committerGitHub <noreply@github.com>2020-11-17 09:40:45 +0800
commitb015ee825c501e07a06b4cd464a3fbf3554c1da9 (patch)
tree6ab7c1d85142f2c0aa1fe7387919f7fac1d892d2 /README.md
parent93faa752f5aa1f41b552be94d0b3e732e893bbaf (diff)
downloadnextpnr-b015ee825c501e07a06b4cd464a3fbf3554c1da9.tar.gz
nextpnr-b015ee825c501e07a06b4cd464a3fbf3554c1da9.tar.bz2
nextpnr-b015ee825c501e07a06b4cd464a3fbf3554c1da9.zip
missing '/local' at ecp5 installing
Diffstat (limited to 'README.md')
-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
```