aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-11-26 21:47:20 +0000
committerDavid Shah <dave@ds0.me>2019-11-26 21:47:20 +0000
commit1e4feed3832d8b5c98c75423d6ce941f4e0247b2 (patch)
tree7104d13b7177818eb715b38e6fc976860972657f /README.md
parent98fe4438f18bc48558f403ebd2d4e80e0989b5c0 (diff)
downloadnextpnr-1e4feed3832d8b5c98c75423d6ce941f4e0247b2.tar.gz
nextpnr-1e4feed3832d8b5c98c75423d6ce941f4e0247b2.tar.bz2
nextpnr-1e4feed3832d8b5c98c75423d6ce941f4e0247b2.zip
General documentation updates
Signed-off-by: David Shah <dave@ds0.me>
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 6c639cf0..abe86caa 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,7 @@ Currently nextpnr supports:
* 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 FPGA families
-supported in the future. We would love your help in developing this
-awesome new project!
+There is some work in progress towards [support for Xilinx devices](https://github.com/daveshah1/nextpnr-xilinx/) but it is not upstream and not intended for end users at the present time. We hope to see more FPGA families supported in the future. We would love your help in developing this awesome new project!
A brief (academic) paper describing the Yosys+nextpnr flow can be found
on [arXiv](https://arxiv.org/abs/1903.10407).
@@ -119,7 +116,7 @@ make -j$(nproc)
sudo make install
```
-TBD: Getting started example for generic target.
+An example of how to use the generic flow is in [generic/examples](generic/examples). See also the [Generic Architecture docs](docs/generic.md).
Additional notes for building nextpnr
-------------------------------------