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 .