From f8c82074d22e71b4e67ab15696e5867c0ce2c71f Mon Sep 17 00:00:00 2001 From: Claire Wolf Date: Wed, 19 Aug 2020 10:32:27 +0200 Subject: Use YosysHQ in index.html Signed-off-by: Claire Wolf --- docs/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/index.html b/docs/index.html index 016f512..19628d8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -162,10 +162,10 @@ Note: All tools will be installed relative to /usr/local

-Installing the IceStorm Tools (icepack, icebox, iceprog, icetime, chip databases): +Installing the IceStorm Tools (icepack, icebox, iceprog, icetime, chip databases):

-
git clone https://github.com/cliffordwolf/icestorm.git icestorm
+
git clone https://github.com/YosysHQ/icestorm.git icestorm
 cd icestorm
 make -j$(nproc)
 sudo make install
@@ -193,7 +193,7 @@ sudo make install
Installing Yosys (Verilog synthesis):

-
git clone https://github.com/cliffordwolf/yosys.git yosys
+
git clone https://github.com/YosysHQ/yosys.git yosys
 cd yosys
 make -j$(nproc)
 sudo make install
@@ -220,7 +220,7 @@ bit-streams to a Lattice iCEstick and/or a Lattice iCE40-HX8K Breakout Board as

-Please file an issue on github if you have additional notes to +Please file an issue on github if you have additional notes to share regarding the install procedures on the operating system of your choice.

@@ -229,7 +229,7 @@ share regarding the install procedures on the operating system of your choice.

The IceStorm Tools are a couple of small programs for working with iCE40 bitstream files and our ASCII representation of it. The complete Open Source iCE40 Flow consists of the IceStorm Tools, IceStorm Tools, Arachne-PNR, and Yosys.

@@ -309,8 +309,8 @@ For general discussions go to the Yosy

-If you have a bug report please file an issue on github. (IceStorm Issue Tracker, -Yosys Issue Tracker, Arachne-PNR Issue Tracker) +If you have a bug report please file an issue on github. (IceStorm Issue Tracker, +Yosys Issue Tracker, Arachne-PNR Issue Tracker)

Where is the Documentation?

-- cgit v1.2.3