From: Luke Kenneth Casson Leighton Date: Tue, 30 Mar 2021 10:06:16 +0000 (+0100) Subject: check out specific version of yosys needed for ls180 build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=afadb879734758a7e380df8d47754c8c1e4f9bb1;p=dev-env-setup.git check out specific version of yosys needed for ls180 build --- diff --git a/coriolis2-chroot b/coriolis2-chroot index c26e922..0f34998 100755 --- a/coriolis2-chroot +++ b/coriolis2-chroot @@ -80,6 +80,7 @@ This enables you to chroot into coriolis as an unprivileged user by running " # Build and install yosys from source +# note that a specific version of yosys is needed for ls180 at the moment chroot /opt/chroot/coriolis /bin/bash << EOF apt-get update -y apt-get build-dep yosys -y @@ -89,6 +90,7 @@ runuser $SUDO_USER --preserve-environment -c 'schroot -c coriolis /bin/bash << E cd /home/$SUDO_USER git clone https://github.com/cliffordwolf/yosys.git cd yosys +git checkout 049e3abf9baf795e69b9ecb9c4f19de6131f8418 make config-clang make -j$(nproc) EOF'