From 1db17baa06724beacbd0d00973bb6351dbcaef19 Mon Sep 17 00:00:00 2001 From: rahul Date: Tue, 19 Nov 2019 13:19:08 +0530 Subject: update nghdl download-link --- install-eSim.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install-eSim.sh') diff --git a/install-eSim.sh b/install-eSim.sh index 209d4966..46f60561 100755 --- a/install-eSim.sh +++ b/install-eSim.sh @@ -54,10 +54,10 @@ function installNghdl if [ $getNghdl == "y" -o $getNghdl == "Y" ];then echo "Downloading nghdl" - wget https://github.com/rahulp13/nghdl/archive/2019Fellows.zip - unzip nghdl-2019Fellows.zip - mv nghdl-2019Fellows nghdl - rm nghdl-2019Fellows.zip + wget https://github.com/FOSSEE/nghdl/archive/master.zip + unzip nghdl-master.zip + mv nghdl-master nghdl + rm nghdl-master.zip echo "Installing nghdl" cd nghdl/ -- cgit