aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-22 13:22:14 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-22 13:22:14 +0200
commit6633441e32c99d09133e4a62c122a377a4af4ad1 (patch)
tree66a0b4756913e8b9ad2989def5fbd8fd075ae865 /README.md
parent0448bed85901454280d56e7de132c3b16da39e6d (diff)
downloadnextpnr-6633441e32c99d09133e4a62c122a377a4af4ad1.tar.gz
nextpnr-6633441e32c99d09133e4a62c122a377a4af4ad1.tar.bz2
nextpnr-6633441e32c99d09133e4a62c122a377a4af4ad1.zip
Update README
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 50df309c..751a864b 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,6 @@ Prequisites
- CMake 3.3 or later
- Modern C++11 compiler (`clang-format` required for development)
- - Note: clang may run out of memory building the chipdbs (peak memory
- ~11GB) due to the system currently used. Use gcc, or the 1k-only
- flag, if this causes a problem.
- Qt5 or later (`qt5-default` for Ubuntu 16.04)
- Python 3.5 or later, including development libraries (`python3-dev` for Ubuntu)
- Boost libraries (`libboost-dev` or `libboost-all-dev` for Ubuntu)
@@ -29,8 +26,8 @@ Building
- For a release build, run `cmake .`
- Add `-DCMAKE_INSTALL_PREFIX=/your/install/prefix` to use a different install prefix to the default `/usr/local`
- Use Make to run the build itself
- - For all targets, just run `make`
- - For just the iCE40 CLI binary, run `make nextpnr-ice40`
+ - For all binary targets, just run `make`
+ - For just the iCE40 CLI&GUI binary, run `make nextpnr-ice40`
- For just the iCE40 Python module, run `make nextpnrpy_ice40`
- Using too many parallel jobs may lead to out-of-memory issues due to the significant memory needed to build the chipdbs
- To install nextpnr, run `make install`