From 25cc42f00f08aca5feba4be93a717d404885be5c Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Wed, 27 Nov 2019 09:27:00 +0530 Subject: removed download of nghdl --- install-eSim.sh | 6 +----- 1 file changed, 1 insertion(+), 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 -- cgit