diff options
author | Rahul P | 2019-11-22 16:19:58 +0530 |
---|---|---|
committer | GitHub | 2019-11-22 16:19:58 +0530 |
commit | 9b03e1583d7606377e70115b5fb615def4f9f55a (patch) | |
tree | 588a456f893674e5269faece6ad5251497e38fb7 /install-eSim.sh | |
parent | 62626720ea4f1cf950cca90b27a403f2db879f64 (diff) | |
parent | 768018212967e69d00b33b5b7e27c66024b81334 (diff) | |
download | eSim-9b03e1583d7606377e70115b5fb615def4f9f55a.tar.gz eSim-9b03e1583d7606377e70115b5fb615def4f9f55a.tar.bz2 eSim-9b03e1583d7606377e70115b5fb615def4f9f55a.zip |
Merge pull request #117 from rahulp13/master
update nghdl-download link
Diffstat (limited to 'install-eSim.sh')
-rwxr-xr-x | install-eSim.sh | 8 |
1 files changed, 4 insertions, 4 deletions
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/ |