diff options
author | David Shah <dave@ds0.me> | 2020-03-17 10:07:29 +0000 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2020-03-17 10:07:29 +0000 |
commit | d20ce45c1b59ad1485c2299234c4dd8d1dec35f3 (patch) | |
tree | 07b6cecfdbd926beb41292e7bfe0e56615bda471 /README.md | |
parent | 564f40f6dbda8726fe1abd1f5e66fdc6fd74035c (diff) | |
parent | 54b15ed20100523199885685c4557f160fbf56a0 (diff) | |
download | nextpnr-d20ce45c1b59ad1485c2299234c4dd8d1dec35f3.tar.gz nextpnr-d20ce45c1b59ad1485c2299234c4dd8d1dec35f3.tar.bz2 nextpnr-d20ce45c1b59ad1485c2299234c4dd8d1dec35f3.zip |
Merge branch 'master' of ssh.github.com:YosysHQ/nextpnr
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 . |