aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Birke <git@se-bi.de>2020-02-04 18:17:44 +0100
committerSebastian Birke <git@se-bi.de>2020-02-04 18:19:45 +0100
commit2c938e0e8bd67f479dc4635f510c82603581a58d (patch)
treefc3020d31ec1afd21fe771b293e162a975d72171 /README.md
parent1b560ae44ce52db24bba7f5ac9bd54c2ba927349 (diff)
downloadnextpnr-2c938e0e8bd67f479dc4635f510c82603581a58d.tar.gz
nextpnr-2c938e0e8bd67f479dc4635f510c82603581a58d.tar.bz2
nextpnr-2c938e0e8bd67f479dc4635f510c82603581a58d.zip
Rename cmake path variable TRELLIS_ROOT to TRELLIS_INSTALL_PREFIX
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 378d50b7..5eaa3449 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ For ECP5 support, you must download [Project Trellis](https://github.com/SymbiFl
then follow its instructions to download the latest database and build _libtrellis_.
```
-cmake -DARCH=ecp5 -DTRELLIS_ROOT=/path/to/prjtrellis .
+cmake -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/path/to/prjtrellis .
make -j$(nproc)
sudo make install
```