aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorD. Shah <gatecat@ds0.me>2021-02-08 13:04:49 +0000
committerD. Shah <gatecat@ds0.me>2021-02-08 13:04:49 +0000
commitf501ba0c77723242cbd1752128f00d5b4ee093c9 (patch)
treed2fff5e36846e6c5d4abeb4162dc6e4a371aeb22 /README.md
parent23edefa0b52a8f531453a85ed7ce14bc2eb3bff8 (diff)
downloadnextpnr-f501ba0c77723242cbd1752128f00d5b4ee093c9.tar.gz
nextpnr-f501ba0c77723242cbd1752128f00d5b4ee093c9.tar.bz2
nextpnr-f501ba0c77723242cbd1752128f00d5b4ee093c9.zip
Update prjoxide URL
Signed-off-by: D. Shah <gatecat@ds0.me>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 97d4c62f..99bbd54c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,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/YosysHQ/prjtrellis)
- * Lattice Nexus devices supported by [Project Oxide](https://github.com/daveshah1/prjoxide)
+ * Lattice Nexus devices supported by [Project Oxide](https://github.com/gatecat/prjoxide)
* Gowin LittleBee devices supported by [Project Apicula](https://github.com/YosysHQ/apicula)
* *(experimental)* a "generic" back-end for user-defined architectures
@@ -103,7 +103,7 @@ sudo make install
### nextpnr-nexus
-For Nexus support, install [Project Oxide](https://github.com/daveshah1/prjoxide) to `$HOME/.cargo` or another location, which should be passed as `-DOXIDE_INSTALL_PREFIX=$HOME/.cargo` to CMake. Then build and install `nextpnr-nexus` using the following commands:
+For Nexus support, install [Project Oxide](https://github.com/gatecat/prjoxide) to `$HOME/.cargo` or another location, which should be passed as `-DOXIDE_INSTALL_PREFIX=$HOME/.cargo` to CMake. Then build and install `nextpnr-nexus` using the following commands:
```
cmake . -DARCH=nexus -DOXIDE_INSTALL_PREFIX=$HOME/.cargo
@@ -111,7 +111,7 @@ make -j$(nproc)
sudo make install
```
- - Examples of the Nexus flow for a range of boards can be found in the [Project Oxide Examples](https://github.com/daveshah1/prjoxide/tree/master/examples).
+ - Examples of the Nexus flow for a range of boards can be found in the [Project Oxide Examples](https://github.com/gatecat/prjoxide/tree/master/examples).
Nexus support is currently experimental, and has only been tested with engineering sample silicon.