diff options
author | gatecat <gatecat@ds0.me> | 2021-06-12 14:07:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-12 14:07:47 +0100 |
commit | ee65e6f32d669cabd1d8a00534410da423348ac4 (patch) | |
tree | 9132ab44deff96d03912fab92252115f89697a23 /docs | |
parent | c1d35c1bce481264abeaba69d1791e4c0ad8aa35 (diff) | |
parent | c401ca3d1e298f845120c484f04b05686df125ab (diff) | |
download | nextpnr-ee65e6f32d669cabd1d8a00534410da423348ac4.tar.gz nextpnr-ee65e6f32d669cabd1d8a00534410da423348ac4.tar.bz2 nextpnr-ee65e6f32d669cabd1d8a00534410da423348ac4.zip |
Merge pull request #724 from YosysHQ/gatecat/update-names
Update deadnames and emails
Diffstat (limited to 'docs')
-rw-r--r-- | docs/faq.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/faq.md b/docs/faq.md index 085b2bd7..dbd94bf1 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -137,7 +137,7 @@ Nextpnr and other tools [Verilog to Routing](https://verilogtorouting.org). If you want to use nextpnr, you might also be able to use the [Generic Arch](generic.md). * If you are developing FPGA code in **Verilog** for a **Lattice iCE40** and - need an open source toolchain, we suggest you use [Yosys](http://www.clifford.at/yosys/) and nextpnr. + need an open source toolchain, we suggest you use [Yosys](https://yosyshq.net/yosys/) and nextpnr. * If you are developing FPGA code in **Verilog** for a **Lattice iCE40** with Yosys and the **existing arachne-pnr toolchain**, we suggest you start thinking about @@ -151,7 +151,7 @@ Nextpnr and other tools ### Why didn't you just improve [arachne-pnr](https://github.com/cseed/arachne-pnr)? [arachne-pnr](https://github.com/cseed/arachne-pnr) was originally developed as -part of [Project IceStorm](http://www.clifford.at/icestorm/) to demonstrate it +part of [Project IceStorm](http://bygone.clairexen.net/icestorm/) to demonstrate it was possible to create an open source place and route tool for the iCE40 FPGAs that actually produced valid bitstreams. @@ -215,9 +215,9 @@ tooling around bitstream generation for these parts. While upstream nextpnr currently does **not** support these Xilinx parts, we expect it might soon be using Project X-Ray in a similar manner to Project Trellis. -### What is [Project IceStorm](http://www.clifford.at/icestorm/)? +### What is [Project IceStorm](http://bygone.clairexen.net/icestorm/)? -[Project IceStorm](http://www.clifford.at/icestorm/) is both a project to +[Project IceStorm](http://bygone.clairexen.net/icestorm/) is both a project to document the bitstream for the Lattice iCE40 series of parts **and** a full flow including Yosys and arachne-pnr for converting Verilog into a bitstream for these parts. |