Merge pull request #406 from gojimmypi/patch-1
Update README with TRELLIS_INSTALL_PREFIX example
This commit is contained in:
commit
7ac1735395
@ -98,6 +98,8 @@ such as pack, place, route, and write output files.)
|
|||||||
|
|
||||||
For ECP5 support, you must download [Project Trellis](https://github.com/SymbiFlow/prjtrellis),
|
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 .
|
cmake -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/path/to/prjtrellis .
|
||||||
|
Loading…
Reference in New Issue
Block a user