summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrahulp132022-09-24 02:13:29 +0530
committerrahulp132022-09-24 02:13:29 +0530
commita1fea61e3f8660000156a83a50ce40359f494d6e (patch)
treeba8d126d46888a1f400a16ccc30b44a12496ce68
parent070d42d0fab1f9310bbef7ceacb66b6a8ff9afe1 (diff)
downloadeSim-a1fea61e3f8660000156a83a50ce40359f494d6e.tar.gz
eSim-a1fea61e3f8660000156a83a50ce40359f494d6e.tar.bz2
eSim-a1fea61e3f8660000156a83a50ce40359f494d6e.zip
Added SKY130 PDK removal notei2.3
-rwxr-xr-xUbuntu/install-eSim-sky130.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ubuntu/install-eSim-sky130.sh b/Ubuntu/install-eSim-sky130.sh
index 856a631d..1c389352 100755
--- a/Ubuntu/install-eSim-sky130.sh
+++ b/Ubuntu/install-eSim-sky130.sh
@@ -394,7 +394,7 @@ if [ $option == "--install" ];then
elif [ $option == "--uninstall" ];then
- echo -n "Are you sure? It will remove eSim completely including KiCad, Makerchip and NGHDL along with their models and libraries (y/n):"
+ echo -n "Are you sure? It will remove eSim completely including KiCad, Makerchip, NGHDL and SKY130 PDK along with their models and libraries (y/n):"
read getConfirmation
if [ $getConfirmation == "y" -o $getConfirmation == "Y" ];then
echo "Removing eSim............................"