aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgojimmypi <gojimmypi@users.noreply.github.com>2020-03-04 13:25:47 -0800
committerGitHub <noreply@github.com>2020-03-04 13:25:47 -0800
commit050cb6914fc4b7379b9e38f459902164e72a9f28 (patch)
tree4c406a425fbb428ce911fc7abd92fed3ccb42a21
parent5a26e0f0d3756cc0c8c11b261e216d0fe09db905 (diff)
downloadnextpnr-050cb6914fc4b7379b9e38f459902164e72a9f28.tar.gz
nextpnr-050cb6914fc4b7379b9e38f459902164e72a9f28.tar.bz2
nextpnr-050cb6914fc4b7379b9e38f459902164e72a9f28.zip
Update README TRELLIS_INSTALL_PREFIX example
per https://github.com/YosysHQ/nextpnr/pull/406#discussion_r387937313 it is not an install directory
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d1c176a4..cd0997b3 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ such as pack, place, route, and write output files.)
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_.
-(for example: `-DTRELLIS_INSTALL_PREFIX=/usr` will install to `/usr/share/trellis`)
+(for example: `-DTRELLIS_INSTALL_PREFIX=/usr` tells nextpnr to look in `/usr/share/trellis`)
```
cmake -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/path/to/prjtrellis .