summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall-eSim.sh4
-rw-r--r--src/modelParamXML/Nghdl/.gitignore4
2 files changed, 8 insertions, 0 deletions
diff --git a/install-eSim.sh b/install-eSim.sh
index 8416c0a6..2e6e8299 100755
--- a/install-eSim.sh
+++ b/install-eSim.sh
@@ -251,6 +251,10 @@ if [ $option == "--install" ];then
echo -e "\n\n\nFreeEDA ERROR: Unable to install required packages. Please check your internet connection.\n\n"
exit 0
fi
+
+ echo "-----------------eSim installed Successfully-----------------"
+ echo "Type \"esim\" in Terminal to launch it"
+ echo "or double click on \"eSim\" icon placed on Desktop"
else
echo "Please select the right option"
diff --git a/src/modelParamXML/Nghdl/.gitignore b/src/modelParamXML/Nghdl/.gitignore
new file mode 100644
index 00000000..86d0cb27
--- /dev/null
+++ b/src/modelParamXML/Nghdl/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore \ No newline at end of file