meson dependency moved to linstaoo-mesa-deps
[dev-env-setup.git] / coriolis-install
index 9bdd491cccc693a85e6c73df4ba616af318d6083..d148371367d313281e985b3453040128cadb53d8 100755 (executable)
@@ -11,7 +11,6 @@ echo "Current USER=$USER"
 # Install apt dependencies
 echo Installing necessary apt dependencies in the chroot
 sudo apt-get update -y
-sudo apt-get upgrade -y
 sudo apt-get install -y automake binutils-dev bison build-essential \
        sysvinit-utils sysvinit-core \
        ccache clang cmake doxygen dvipng flex gcc git graphviz \
@@ -48,7 +47,7 @@ sudo apt-get update -y
 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
@@ -112,10 +111,11 @@ echo -e "$vars_for_alliance_check" > /home/$USER/alliance-check-toolkit/etc/mk/u
 echo "Setting /home/$USER/alliance-check-toolkit/etc/mk/users.d/user-$USER.mk file to:
 $vars_for_alliance_check"
 
+example_cell="chip_r"
 cd alliance-check-toolkit/benchs/adder/cmos
 make lvx
 echo -e "
-\e[1;91mSelect File -> Open Cell or press CTRL + o then enter as the cell name 'arm_chip_cts_r' without the single quotation marks.\e[0m
+\e[1;91mSelect File -> Open Cell or press CTRL + o then enter as the cell name '$example_cell' without the single quotation marks.\e[0m
 "
 make cgt