From: Luke Kenneth Casson Leighton Date: Mon, 27 Sep 2021 19:28:00 +0000 (+0100) Subject: check out LS180_RC7_FINAL version of coriolis2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f2ae1af80f20f7a64f260a0f5cedc6167bf23cdb;p=dev-env-setup.git check out LS180_RC7_FINAL version of coriolis2 --- diff --git a/coriolis_install b/coriolis_install index 850068c..1441447 100755 --- a/coriolis_install +++ b/coriolis_install @@ -6,7 +6,7 @@ if [ "$EUID" -eq 0 ]; then exit fi -echo "Current USER=$USER" +echo "Current USER=$USER" # Install apt dependencies echo Installing necessary apt dependencies in the chroot @@ -44,7 +44,7 @@ sudo chgrp $USER /home/$USER/.bash_profile # Build and install yosys from source # note that a specific version of yosys is needed for ls180 at the moment echo "deb-src http://ftp.debian.org/debian buster main" > /etc/apt/sources.list.d/bustersrc.list -sudo apt-get update -y +sudo apt-get update -y sudo apt-get build-dep yosys -y cd /home/$USER @@ -65,7 +65,9 @@ mkdir -p /home/$USER/coriolis-2.x/src cd /home/$USER/coriolis-2.x/src git clone https://gitlab.lip6.fr/vlsi-eda/coriolis.git cd coriolis -git checkout devel +# check out Libre-SOC 180nm ASIC version +#git checkout devel +git checkout LS180_RC7_FINAL # guaranteed to fail ./bootstrap/ccb.py --project=coriolis --make="-j$(nproc) install" ./bootstrap/ccb.py --project=coriolis --make="-j1 install"