aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-08-01 10:40:32 +0200
committerDavid Shah <davey1576@gmail.com>2018-08-01 10:40:32 +0200
commitb17b0680b54c48846701ee344ea558406e73497c (patch)
tree3b33e791ab8a058ac68d4832c5a91f00a65d80aa /README.md
parentf7d6c325228a16f73052dacdab2d968f6960be15 (diff)
downloadnextpnr-b17b0680b54c48846701ee344ea558406e73497c.tar.gz
nextpnr-b17b0680b54c48846701ee344ea558406e73497c.tar.bz2
nextpnr-b17b0680b54c48846701ee344ea558406e73497c.zip
Improving documentation wording
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index bf169613..b9cbb24c 100644
--- a/README.md
+++ b/README.md
@@ -4,15 +4,15 @@ nextpnr -- a portable FPGA place and route tool
nextpnr aims to be a vendor neutral, timing driven, FOSS FPGA place and route
tool.
-Currently nextpnr supports;
- * Lattice iCE40 devices supported by [Project IceStorm](http://www.clifford.at/icestorm/),
- * *(experimental)* Lattice ECP5 devices supported by [Project Trellis](https://github.com/SymbiFlow/prjtrellis),
+Currently nextpnr supports:
+ * Lattice iCE40 devices supported by [Project IceStorm](http://www.clifford.at/icestorm/)
+ * *(experimental)* Lattice ECP5 devices supported by [Project Trellis](https://github.com/SymbiFlow/prjtrellis)
* *(experimental)* a "generic" back-end for user-defined architectures
We hope to see Xilinx 7 Series thanks to
-[Project X-Ray](https://github.com/SymbiFlow/prjxray) and even more vendor's
-FPGAs supported in the future. We would love your help in developing this
-awesome new project.
+[Project X-Ray](https://github.com/SymbiFlow/prjxray) and even more FPGA families
+supported in the future. We would love your help in developing this
+awesome new project!
Here is a screenshot of nextpnr for iCE40. Build instructions and
[getting started notes](#getting-started) can be found below.
@@ -84,7 +84,7 @@ For ECP5 support, you must download [Project Trellis](https://github.com/SymbiFl
then follow its instructions to download the latest database and build _libtrellis_.
```
-cmake -DARCH=ecp5 .
+cmake -DARCH=ecp5 -DTRELLIS_ROOT=/path/to/prjtrellis .
make -j$(nproc)
sudo make install
```