diff options
author | rahulp13 | 2019-11-27 09:27:00 +0530 |
---|---|---|
committer | rahulp13 | 2019-11-27 09:27:00 +0530 |
commit | 25cc42f00f08aca5feba4be93a717d404885be5c (patch) | |
tree | f52e35c25901ac1d88185571131fc51bcd7307db | |
parent | 71a9cdf0103954eb0e895e85732086960e2009da (diff) | |
download | eSim-25cc42f00f08aca5feba4be93a717d404885be5c.tar.gz eSim-25cc42f00f08aca5feba4be93a717d404885be5c.tar.bz2 eSim-25cc42f00f08aca5feba4be93a717d404885be5c.zip |
removed download of nghdl
-rwxr-xr-x | install-eSim.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/install-eSim.sh b/install-eSim.sh index 53aa7b77..8416c0a6 100755 --- a/install-eSim.sh +++ b/install-eSim.sh @@ -49,13 +49,9 @@ function createConfigFile function installNghdl { - echo "Downloading nghdl..........." - wget -t 5 https://github.com/FOSSEE/nghdl/archive/master.zip -O nghdl-master.zip + echo "Installing nghdl............" unzip nghdl-master.zip mv nghdl-master nghdl - rm nghdl-master.zip - - echo "Installing nghdl............" cd nghdl/ ./install-nghdl.sh --install |