Use HTTPS for website links, gatecat email
authorClaire Xenia Wolf <claire@clairexen.net>
Wed, 9 Jun 2021 10:16:56 +0000 (12:16 +0200)
committerClaire Xenia Wolf <claire@clairexen.net>
Wed, 9 Jun 2021 10:16:56 +0000 (12:16 +0200)
git ls-tree -r --name-only HEAD | xargs sed -i -rf ~/fixemails.sed

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|gatecat)\s+<(dave|david|gatecat)@(symbioticeda.com|yosyshq.com|ds0.me)>/gatecat <gatecat@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/,https://yosyshq.net/yosys/,g;

20 files changed:
Makefile
README.md
manual/APPNOTE_010_Verilog_to_BLIF.tex
manual/APPNOTE_011_Design_Investigation.tex
manual/APPNOTE_012_Verilog_to_BTOR.tex
manual/PRESENTATION_ExAdv.tex
manual/PRESENTATION_ExOth.tex
manual/PRESENTATION_ExSyn.tex
manual/PRESENTATION_Intro.tex
manual/PRESENTATION_Prog.tex
manual/presentation.tex
misc/create_vcxsrc.sh
passes/sat/eval.cc
techlibs/ecp5/arith_map.v
techlibs/ecp5/ecp5_gsr.cc
techlibs/ecp5/synth_ecp5.cc
techlibs/gowin/arith_map.v
techlibs/nexus/arith_map.v
techlibs/nexus/synth_nexus.cc
tests/vloghtb/run-test.sh

index 596fad2e1d70e1a7f4d27182e76c05b76b2b3be8..07ebed642d440ed33adca44bf5cc7772c05511df 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -956,7 +956,7 @@ ifeq ($(ENABLE_ABC),1)
        cp -r $(PROGRAM_PREFIX)yosys-abc.exe abc/lib/x86/pthreadVC2.dll yosys-win32-mxebin-$(YOSYS_VER)/
 endif
        echo -en 'This is Yosys $(YOSYS_VER) for Win32.\r\n' > yosys-win32-mxebin-$(YOSYS_VER)/readme.txt
-       echo -en 'Documentation at http://yosyshq.net/yosys/.\r\n' >> yosys-win32-mxebin-$(YOSYS_VER)/readme.txt
+       echo -en 'Documentation at https://yosyshq.net/yosys/.\r\n' >> yosys-win32-mxebin-$(YOSYS_VER)/readme.txt
        zip -r yosys-win32-mxebin-$(YOSYS_VER).zip yosys-win32-mxebin-$(YOSYS_VER)/
 endif
 
index 09e46a80883ce897355c985facc773dd2ec91742..ab656352a9edd2917bf3f5dafc721b01bb844a03 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,11 +38,11 @@ Web Site and Other Resources
 ============================
 
 More information and documentation can be found on the Yosys web site:
-- http://yosyshq.net/yosys/
+- https://yosyshq.net/yosys/
 
 The "Documentation" page on the web site contains links to more resources,
 including a manual that even describes some of the Yosys internals:
-- http://yosyshq.net/yosys/documentation.html
+- https://yosyshq.net/yosys/documentation.html
 
 The directory `guidelines` contains additional information
 for people interested in using the Yosys C++ APIs.
@@ -92,7 +92,7 @@ For Cygwin use the following command to install all prerequisites, or select the
 
 There are also pre-compiled Yosys binary packages for Ubuntu and Win32 as well
 as a source distribution for Visual Studio. Visit the Yosys download page for
-more information: http://yosyshq.net/yosys/download.html
+more information: https://yosyshq.net/yosys/download.html
 
 To configure the build system to use a specific compiler, use one of
 
@@ -568,7 +568,7 @@ Building the documentation
 ==========================
 
 Note that there is no need to build the manual if you just want to read it.
-Simply download the PDF from http://yosyshq.net/yosys/documentation.html
+Simply download the PDF from https://yosyshq.net/yosys/documentation.html
 instead.
 
 On Ubuntu, texlive needs these packages to be able to build the manual:
index 5b1c0c359aa08d795fa30415fe011317070e774d..0d0d3e5cd5d197a88d81f54d8e525988e9b7e056 100644 (file)
@@ -438,7 +438,7 @@ design to fit a certain need without actually touching the RTL code.
 
 \bibitem{yosys}
 Clifford Wolf. The Yosys Open SYnthesis Suite. \\
-\url{http://yosyshq.net/yosys/}
+\url{https://yosyshq.net/yosys/}
 
 \bibitem{bigsim}
 yosys-bigsim, a collection of real-world Verilog designs for regression testing purposes. \\
index 33df79f612880bebc9d4f91b16dcf80e5e37add8..dc22843017781a233c54381eba8b50f4fc941d72 100644 (file)
@@ -1042,7 +1042,7 @@ framework for new algorithms alike.
 
 \bibitem{yosys}
 Clifford Wolf. The Yosys Open SYnthesis Suite.
-\url{http://yosyshq.net/yosys/}
+\url{https://yosyshq.net/yosys/}
 
 \bibitem{graphviz}
 Graphviz - Graph Visualization Software.
index ebaa3e420b0073e7ef820e2aad62327d314ddf1b..a96e26503f43718cf4cc4c0e293f12146a33ebc8 100644 (file)
@@ -411,7 +411,7 @@ verification benchmarks with or without memories from Verilog designs.
 
 \bibitem{yosys}
 Clifford Wolf. The Yosys Open SYnthesis Suite. \\
-\url{http://yosyshq.net/yosys/}
+\url{https://yosyshq.net/yosys/}
 
 \bibitem{boolector}
 Robert Brummayer and Armin Biere, Boolector: An Efficient SMT Solver for Bit-Vectors and Arrays\\
index 1cb99e8fa0704b20a83d44153a4feee6c6b1e649..6a426ff2b1fd6ff84cbb676b3fef50e4f203680f 100644 (file)
@@ -890,7 +890,7 @@ Questions?
 \bigskip
 \bigskip
 \begin{center}
-\url{http://yosyshq.net/yosys/}
+\url{https://yosyshq.net/yosys/}
 \end{center}
 \end{frame}
 
index ddac5c72fa51014b51a901877faa71f3b43390fe..3f5113e3cf40f15a877effdd0301b49f8751fa02 100644 (file)
@@ -221,7 +221,7 @@ Questions?
 \bigskip
 \bigskip
 \begin{center}
-\url{http://yosyshq.net/yosys/}
+\url{https://yosyshq.net/yosys/}
 \end{center}
 \end{frame}
 
index 11f205f1fdda588bb3f50534821a2e60d20eb244..d7cfdc6f2fc5c685dc725f1b44be42144bfef7a3 100644 (file)
@@ -509,7 +509,7 @@ Questions?
 \bigskip
 \bigskip
 \begin{center}
-\url{http://yosyshq.net/yosys/}
+\url{https://yosyshq.net/yosys/}
 \end{center}
 \end{frame}
 
index 2b1fd9d10629a9eca1db21028fbabfe7140b7a00..22048bc3d302711299edbbf4c809e310e1081af8 100644 (file)
@@ -476,7 +476,7 @@ Command reference:
 \begin{itemize}
 \item Use ``{\tt help}'' for a command list and ``{\tt help \it command}'' for details.
 \item Or run ``{\tt yosys -H}'' or ``{\tt yosys -h \it command}''.
-\item Or go to \url{http://yosyshq.net/yosys/documentation.html}.
+\item Or go to \url{https://yosyshq.net/yosys/documentation.html}.
 \end{itemize}
 
 \bigskip
@@ -913,11 +913,11 @@ control logic because it is simpler than setting up a commercial flow.
 \begin{frame}{\subsecname}
 \begin{itemize}
 \item Website: \\
-\smallskip\hskip1cm\url{http://yosyshq.net/yosys/}
+\smallskip\hskip1cm\url{https://yosyshq.net/yosys/}
 
 \bigskip
 \item Manual, Command Reference, Application Notes: \\
-\smallskip\hskip1cm\url{http://yosyshq.net/yosys/documentation.html}
+\smallskip\hskip1cm\url{https://yosyshq.net/yosys/documentation.html}
 
 \bigskip
 \item Instead of a mailing list we have a SubReddit: \\
@@ -950,7 +950,7 @@ Questions?
 \bigskip
 \bigskip
 \begin{center}
-\url{http://yosyshq.net/yosys/}
+\url{https://yosyshq.net/yosys/}
 \end{center}
 \end{frame}
 
index aeb9b137ca2c88684e66b8e918fdf819f2b5d713..b0390cb99771aaa82fb1699d3e3f13255ff7a1a6 100644 (file)
@@ -590,7 +590,7 @@ Questions?
 \bigskip
 \bigskip
 \begin{center}
-\url{http://yosyshq.net/yosys/}
+\url{https://yosyshq.net/yosys/}
 \end{center}
 \end{frame}
 
index 08e40939446e6c470410268792e761d951e5d4ee..ea8e37bc9db0ef327ea8c945d337f840351525ce 100644 (file)
@@ -81,7 +81,7 @@
 
 \title{Yosys Open SYnthesis Suite}
 \author{Clifford Wolf}
-\institute{http://yosyshq.net/yosys/}
+\institute{https://yosyshq.net/yosys/}
 
 \usetheme{Madrid}
 \usecolortheme{seagull}
index 2bf282427addedb4d982130266005038c2b7defb..dc4ac13e0b9bbb528d53a56722c0f4656b4dbc35 100644 (file)
@@ -6,7 +6,7 @@ yosysver="$2"
 gitsha="$3"
 
 rm -rf YosysVS-Tpl-v2.zip YosysVS
-wget http://yosyshq.net/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
index 056115031bed4729fd5bf50fcd165ab40400c33c..05879426e63b31f8c7b3f560685d275f7707a2d4 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 // [[CITE]] VlogHammer Verilog Regression Test Suite
-// http://yosyshq.net/yosys/vloghammer.html
+// https://yosyshq.net/yosys/vloghammer.html
 
 #include "kernel/register.h"
 #include "kernel/celltypes.h"
index 0e56a18bdc10ff2d65736f1ae407d6cc4031b578..9334785ae195d26b3224a2903a89f8fa90da2e36 100644 (file)
@@ -2,7 +2,7 @@
  *  yosys -- Yosys Open SYnthesis Suite
  *
  *  Copyright (C) 2012  Claire Xenia Wolf <claire@yosyshq.com>
- *  Copyright (C) 2018  David Shah <dave@ds0.me>
+ *  Copyright (C) 2018  gatecat <gatecat@ds0.me>
  *
  *  Permission to use, copy, modify, and/or distribute this software for any
  *  purpose with or without fee is hereby granted, provided that the above
index a676548f20b991b9d06cbd8fba70e82e44cb37ec..62b231aab3b8c14e2c6bc0e083bc39a0e088b388 100644 (file)
@@ -2,7 +2,7 @@
  *  yosys -- Yosys Open SYnthesis Suite
  *
  *  Copyright (C) 2012  Claire Xenia Wolf <claire@yosyshq.com>
- *  Copyright (C) 2019  David Shah <dave@ds0.me>
+ *  Copyright (C) 2019  gatecat <gatecat@ds0.me>
  *
  *  Permission to use, copy, modify, and/or distribute this software for any
  *  purpose with or without fee is hereby granted, provided that the above
index b30884ba39e403e7a3f406098a46d40bbb3dd035..2df9a1f876589955624518fe209f2fc658c83ebd 100644 (file)
@@ -2,7 +2,7 @@
  *  yosys -- Yosys Open SYnthesis Suite
  *
  *  Copyright (C) 2012 Claire Xenia Wolf <claire@yosyshq.com>
- *  Copyright (C) 2018 David Shah <dave@ds0.me>
+ *  Copyright (C) 2018 gatecat <gatecat@ds0.me>
  *
  *  Permission to use, copy, modify, and/or distribute this software for any
  *  purpose with or without fee is hereby granted, provided that the above
index b504e5bd84addded546cf9c97486af1262508c00..2d48fa752a220ecfb4b4ac66a9f24d7a5ca4697e 100644 (file)
@@ -2,7 +2,7 @@
  *  yosys -- Yosys Open SYnthesis Suite
  *
  *  Copyright (C) 2012  Claire Xenia Wolf <claire@yosyshq.com>
- *  Copyright (C) 2018  David Shah <dave@ds0.me>
+ *  Copyright (C) 2018  gatecat <gatecat@ds0.me>
  *
  *  Permission to use, copy, modify, and/or distribute this software for any
  *  purpose with or without fee is hereby granted, provided that the above
index ce81a96de83e2b9e27cf992f0a655b84a6da783a..9a1fedfc81a71e7c68529a9a6521752a6bfb22c1 100644 (file)
@@ -2,7 +2,7 @@
  *  yosys -- Yosys Open SYnthesis Suite
  *
  *  Copyright (C) 2012  Claire Xenia Wolf <claire@yosyshq.com>
- *  Copyright (C) 2018  David Shah <dave@ds0.me>
+ *  Copyright (C) 2018  gatecat <gatecat@ds0.me>
  *
  *  Permission to use, copy, modify, and/or distribute this software for any
  *  purpose with or without fee is hereby granted, provided that the above
index 9134b6e2a81f7df1232b60403a6355838f800c67..d725546cc5a587a8afaf59744d72bd5f53a0520f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  yosys -- Yosys Open SYnthesis Suite
  *
- *  Copyright (C) 2020 David Shah <dave@ds0.me>
+ *  Copyright (C) 2020 gatecat <gatecat@ds0.me>
  *
  *  Permission to use, copy, modify, and/or distribute this software for any
  *  purpose with or without fee is hereby granted, provided that the above
index 9e22d1b7409602d141e3e5f6b402620c634668b8..3c06896199149966207d983bfbe16662b85b3818 100755 (executable)
@@ -3,7 +3,7 @@
 set -ex
 
 rm -rf Makefile refdat rtl scripts spec
-wget -N http://yosyshq.net/yosys/nogit/vloghammer_tb.tar.bz2
+wget -N https://yosyshq.net/yosys/nogit/vloghammer_tb.tar.bz2
 tar --strip=1 -xjf vloghammer_tb.tar.bz2
 
 make clean