aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-06-26 11:43:27 +0100
committerDavid Shah <dave@ds0.me>2020-06-26 11:43:27 +0100
commit9eb6e549c5ef6c63fee9e13c7397178e67af2a40 (patch)
tree35caa00441dd8a933a2332fc65bb4c4a5b0f5e46 /README.md
parent4f4aa53120b8857f1d526e5d5265155270e40508 (diff)
downloadnextpnr-9eb6e549c5ef6c63fee9e13c7397178e67af2a40.tar.gz
nextpnr-9eb6e549c5ef6c63fee9e13c7397178e67af2a40.tar.bz2
nextpnr-9eb6e549c5ef6c63fee9e13c7397178e67af2a40.zip
Update some URLs
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 02ebb65d..8e22b409 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ tool.
Currently nextpnr supports:
* Lattice iCE40 devices supported by [Project IceStorm](http://www.clifford.at/icestorm/)
- * Lattice ECP5 devices supported by [Project Trellis](https://github.com/SymbiFlow/prjtrellis)
+ * Lattice ECP5 devices supported by [Project Trellis](https://github.com/YosysHQ/prjtrellis)
* *(experimental)* a "generic" back-end for user-defined architectures
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!
@@ -93,7 +93,7 @@ such as pack, place, route, and write output files.)
### nextpnr-ecp5
-For ECP5 support, install [Project Trellis](https://github.com/SymbiFlow/prjtrellis) to `/usr/local` or another location, which should be passed as `-DTRELLIS_INSTALL_PREFIX=/usr/local` to CMake. Then build and install `nextpnr-ecp5` using the following commands:
+For ECP5 support, install [Project Trellis](https://github.com/YosysHQ/prjtrellis) to `/usr/local` or another location, which should be passed as `-DTRELLIS_INSTALL_PREFIX=/usr/local` to CMake. Then build and install `nextpnr-ecp5` using the following commands:
```
cmake . -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/usr
@@ -101,7 +101,7 @@ make -j$(nproc)
sudo make install
```
- - Examples of the ECP5 flow for a range of boards can be found in the [Project Trellis Examples](https://github.com/SymbiFlow/prjtrellis/tree/master/examples).
+ - Examples of the ECP5 flow for a range of boards can be found in the [Project Trellis Examples](https://github.com/YosysHQ/prjtrellis/tree/master/examples).
### nextpnr-generic
@@ -218,7 +218,7 @@ Links and references
### FPGA bitstream documentation (and tools) projects
- [Project IceStorm (Lattice iCE40)](http://www.clifford.at/icestorm/)
-- [Project Trellis (Lattice ECP5)](https://symbiflow.github.io/prjtrellis-db/)
+- [Project Trellis (Lattice ECP5)](https://yosyshq.github.io/prjtrellis-db/)
- [Project X-Ray (Xilinx 7-Series)](https://symbiflow.github.io/prjxray-db/)
- [Project Chibi (Intel MAX-V)](https://github.com/rqou/project-chibi)