Update some URLs
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
4f4aa53120
commit
9eb6e549c5
@ -45,7 +45,7 @@ RUN set -e -x ;\
|
|||||||
RUN set -e -x ;\
|
RUN set -e -x ;\
|
||||||
mkdir -p /usr/local/src ;\
|
mkdir -p /usr/local/src ;\
|
||||||
cd /usr/local/src ;\
|
cd /usr/local/src ;\
|
||||||
git clone --recursive https://github.com/SymbiFlow/prjtrellis.git ;\
|
git clone --recursive https://github.com/YosysHQ/prjtrellis.git ;\
|
||||||
cd prjtrellis ;\
|
cd prjtrellis ;\
|
||||||
git reset --hard 668ce3492cbe1566c61760f06bdf676f6fb265c3 ;\
|
git reset --hard 668ce3492cbe1566c61760f06bdf676f6fb265c3 ;\
|
||||||
cd libtrellis ;\
|
cd libtrellis ;\
|
||||||
|
@ -6,7 +6,7 @@ tool.
|
|||||||
|
|
||||||
Currently nextpnr supports:
|
Currently nextpnr supports:
|
||||||
* Lattice iCE40 devices supported by [Project IceStorm](http://www.clifford.at/icestorm/)
|
* 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
|
* *(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!
|
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
|
### 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
|
cmake . -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/usr
|
||||||
@ -101,7 +101,7 @@ make -j$(nproc)
|
|||||||
sudo make install
|
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
|
### nextpnr-generic
|
||||||
@ -218,7 +218,7 @@ Links and references
|
|||||||
### FPGA bitstream documentation (and tools) projects
|
### FPGA bitstream documentation (and tools) projects
|
||||||
|
|
||||||
- [Project IceStorm (Lattice iCE40)](http://www.clifford.at/icestorm/)
|
- [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 X-Ray (Xilinx 7-Series)](https://symbiflow.github.io/prjxray-db/)
|
||||||
- [Project Chibi (Intel MAX-V)](https://github.com/rqou/project-chibi)
|
- [Project Chibi (Intel MAX-V)](https://github.com/rqou/project-chibi)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user