aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-12-21 14:37:27 +0000
committerDavid Shah <davey1576@gmail.com>2018-12-21 14:37:27 +0000
commit8f5d5003e99db83c87403f2f26a187e01b0e9bb0 (patch)
tree0db09419e5b735e6d3292c51461a333b7b8fdd16 /README.md
parentb22e524dac4246f5681ab1d44603203253b90897 (diff)
downloadnextpnr-8f5d5003e99db83c87403f2f26a187e01b0e9bb0.tar.gz
nextpnr-8f5d5003e99db83c87403f2f26a187e01b0e9bb0.tar.bz2
nextpnr-8f5d5003e99db83c87403f2f26a187e01b0e9bb0.zip
Clarify ICEBOX_ROOT parameter
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 86f7ef2d..5b79d1fb 100644
--- a/README.md
+++ b/README.md
@@ -49,8 +49,9 @@ Getting started
### nextpnr-ice40
-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).
+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/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:
```