check out LS180_RC7_FINAL version of coriolis2
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 27 Sep 2021 19:28:00 +0000 (20:28 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 27 Sep 2021 19:28:00 +0000 (20:28 +0100)
coriolis_install

index 850068c5b2cb3aec8e7a54ce31e546f1967cf8d2..144144778230c55493608c9be457be178692dc47 100755 (executable)
@@ -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"