Clarify ICEBOX_ROOT parameter

Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
David Shah 2018-12-21 14:37:27 +00:00
parent b22e524dac
commit 8f5d5003e9

View File

@ -49,8 +49,9 @@ Getting started
### nextpnr-ice40 ### nextpnr-ice40
To build the iCE40 version of nextpnr, install [icestorm](http://www.clifford.at/icestorm/) with chipdbs installed in `/usr/local/share/icebox` To build the iCE40 version of nextpnr, install [icestorm](http://www.clifford.at/icestorm/) with chipdbs installed in `/usr/local/share/icebox`,
(or another location, which should be passed as -DICEBOX_ROOT=/path/to/icebox to CMake). or another location, which should be passed as `-DICEBOX_ROOT=/path/to/share/icebox` (ensure to point it to `share/icebox` and not where the
icebox binaries are installed) to CMake.
Then build and install `nextpnr-ice40` using the following commands: Then build and install `nextpnr-ice40` using the following commands:
``` ```