git clone https://github.com/ghdl/ghdl
git clone https://github.com/ghdl/ghdl-yosys-plugin
+# yosys 0.13 has been found to be stable...
cd yosys
+git checkout yosys-0.13
make config-clang
make -j$(nproc)
make install
+# ... but things are in the middle of a transition so use this version of ghdl
cd ../ghdl
+git checkout 263c843ed49f59cb4cc3038bafcac2b9238ebad4
./configure --with-llvm-config
make
make install
+# ...with this specific version of the yosys-ghdl-plugin
cd ../ghdl-yosys-plugin
+git checkout c9b05e481423c55ffcbb856fd5296701f670808c
make
make install
+# symbiyosys should be fine though
+
cd ../sby
make install