sudo apt-get build-dep yosys -y
cd /home/$USER
-git clone https://github.com/cliffordwolf/yosys.git
+git clone https://github.com/YosysHQ/yosys.git
cd yosys
git checkout 049e3abf9baf795e69b9ecb9c4f19de6131f8418
make config-clang
apt-get update -y
apt-get build-dep yosys -y
apt-get remove yosys -y
+apt-get build-dep ghdl -y
mkdir -p /home/$SUDO_USER/src
cd /home/$SUDO_USER/src
mkdir -p hdl_tools
cd hdl_tools
-git clone https://github.com/cliffordwolf/yosys.git
+git clone https://github.com/YosysHQ/yosys.git
git clone https://github.com/YosysHQ/SymbiYosys.git sby
git clone https://github.com/SRI-CSL/yices2.git
git clone https://github.com/Z3Prover/z3.git
+git clone https://github.com/ghdl/ghdl
+git clone https://github.com/ghdl/ghdl-yosys-plugin
cd yosys
make config-clang
make -j$(nproc)
make install
+cd ../ghdl
+./configure
+make
+make install
+
+cd ../ghdl-yosys-plugin
+make
+make install
+
cd ../sby
make install
git clone https://github.com/YosysHQ/abc.git
git clone https://github.com/oneapi-src/oneTBB.git
git clone https://github.com/verilog-to-routing/vtr-verilog-to-routing.git
-git clone https://github.com/cliffordwolf/icestorm.git
+git clone https://github.com/YosysHQ/icestorm.git
git clone https://github.com/SymbiFlow/prjxray.git
git clone https://github.com/SymbiFlow/prjxray-db.git
git clone https://github.com/SymbiFlow/yosys-symbiflow-plugins.git