diff options
author | Claire Xenia Wolf <claire@clairexen.net> | 2021-06-08 00:39:36 +0200 |
---|---|---|
committer | Claire Xenia Wolf <claire@clairexen.net> | 2021-06-08 00:39:36 +0200 |
commit | 72787f52fc31954e4b7dc3dc34d86705fc4e9dd1 (patch) | |
tree | ae771b020306e70d155344cab991773c363bb3bc /tests/vloghtb | |
parent | e65ed3f228bd0e26248eaaeabdcea507379d757a (diff) | |
download | yosys-72787f52fc31954e4b7dc3dc34d86705fc4e9dd1.tar.gz yosys-72787f52fc31954e4b7dc3dc34d86705fc4e9dd1.tar.bz2 yosys-72787f52fc31954e4b7dc3dc34d86705fc4e9dd1.zip |
Fixing old e-mail addresses and deadnames
s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi;
s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi;
s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi;
s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi;
s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g;
Diffstat (limited to 'tests/vloghtb')
-rwxr-xr-x | tests/vloghtb/run-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vloghtb/run-test.sh b/tests/vloghtb/run-test.sh index ad99226e7..9e22d1b74 100755 --- a/tests/vloghtb/run-test.sh +++ b/tests/vloghtb/run-test.sh @@ -3,7 +3,7 @@ set -ex rm -rf Makefile refdat rtl scripts spec -wget -N http://www.clifford.at/yosys/nogit/vloghammer_tb.tar.bz2 +wget -N http://yosyshq.net/yosys/nogit/vloghammer_tb.tar.bz2 tar --strip=1 -xjf vloghammer_tb.tar.bz2 make clean |