aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-22 15:38:17 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-22 15:38:17 +0200
commit001c6ceb5661976eb3f0146c1b819a7f2ad8ea7d (patch)
tree06846f1268806265eaaa4d1ec97410e8c0045621 /README.md
parent9b98a7175be440a6a59ddcc022615e04b8538bda (diff)
parent56c09fc5e5f7fb5c299f7a0b52e839556146615d (diff)
downloadnextpnr-001c6ceb5661976eb3f0146c1b819a7f2ad8ea7d.tar.gz
nextpnr-001c6ceb5661976eb3f0146c1b819a7f2ad8ea7d.tar.bz2
nextpnr-001c6ceb5661976eb3f0146c1b819a7f2ad8ea7d.zip
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
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`