aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-03-06 15:22:45 +0000
committerGitHub <noreply@github.com>2020-03-06 15:22:45 +0000
commit7ac173539579164eb2ba888676cf758dbc3e1cda (patch)
treed8b32affd61f3d1816be593036958314cc7d6b96
parentaf7be215913024c00b1cb36cae5bd357bcfb8b4b (diff)
parentb4aaae2c5fcc5101342a6ea04622e299fb461fd6 (diff)
downloadnextpnr-7ac173539579164eb2ba888676cf758dbc3e1cda.tar.gz
nextpnr-7ac173539579164eb2ba888676cf758dbc3e1cda.tar.bz2
nextpnr-7ac173539579164eb2ba888676cf758dbc3e1cda.zip
Merge pull request #406 from gojimmypi/patch-1
Update README with TRELLIS_INSTALL_PREFIX example
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5eaa3449..94e37f90 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,9 @@ such as pack, place, route, and write output files.)
### nextpnr-ecp5
For ECP5 support, you must download [Project Trellis](https://github.com/SymbiFlow/prjtrellis),
-then follow its instructions to download the latest database and build _libtrellis_.
+then follow its instructions to download the latest database and build _libtrellis_.
+(for example: `-DTRELLIS_INSTALL_PREFIX=/usr` tells nextpnr to look in `/usr/share/trellis`
+and `/usr/lib/trellis`)
```
cmake -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/path/to/prjtrellis .