aboutsummaryrefslogtreecommitdiffstats
path: root/misc/create_vcxsrc.sh
diff options
context:
space:
mode:
authorClaire Xen <claire@clairexen.net>2021-06-09 13:22:52 +0200
committerGitHub <noreply@github.com>2021-06-09 13:22:52 +0200
commit55e8f5061af57bf25bd9e30528de8196c6eabe9e (patch)
treee4fcc0a71494dd1023e938b2ed041489c7536014 /misc/create_vcxsrc.sh
parent2e697f5655455fd8ce5fec40b94683a11ade24e8 (diff)
parent588137cd082849cfa3dee92a01ac4ee91f6ed946 (diff)
downloadyosys-55e8f5061af57bf25bd9e30528de8196c6eabe9e.tar.gz
yosys-55e8f5061af57bf25bd9e30528de8196c6eabe9e.tar.bz2
yosys-55e8f5061af57bf25bd9e30528de8196c6eabe9e.zip
Merge pull request #2817 from YosysHQ/claire/fixemails
Fixing old e-mail addresses and deadnames
Diffstat (limited to 'misc/create_vcxsrc.sh')
-rw-r--r--misc/create_vcxsrc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/create_vcxsrc.sh b/misc/create_vcxsrc.sh
index 924d2722e..dc4ac13e0 100644
--- a/misc/create_vcxsrc.sh
+++ b/misc/create_vcxsrc.sh
@@ -6,7 +6,7 @@ yosysver="$2"
gitsha="$3"
rm -rf YosysVS-Tpl-v2.zip YosysVS
-wget http://www.clifford.at/yosys/nogit/YosysVS-Tpl-v2.zip
+wget https://yosyshq.net/yosys/nogit/YosysVS-Tpl-v2.zip
unzip YosysVS-Tpl-v2.zip
rm -f YosysVS-Tpl-v2.zip
@@ -35,7 +35,7 @@ Want to use a git working copy for the yosys source code?
Open "Git Bash" in this directory and run:
mv yosys yosys.bak
- git clone https://github.com/cliffordwolf/yosys.git yosys
+ git clone https://github.com/YosysHQ/yosys.git yosys
cd yosys
git checkout -B master $(git rev-parse HEAD | cut -c1-10)
unzip ../genfiles.zip