diff options
author | rahul | 2019-11-19 13:19:08 +0530 |
---|---|---|
committer | rahul | 2019-11-19 13:19:08 +0530 |
commit | 1db17baa06724beacbd0d00973bb6351dbcaef19 (patch) | |
tree | 8db18bdc1c7cef90910954ec3e987b6c9c41f3e9 /install-eSim.sh | |
parent | 5a05d7cdb64bcaed2aa78f9bb16b1fe4394b18a1 (diff) | |
download | eSim-1db17baa06724beacbd0d00973bb6351dbcaef19.tar.gz eSim-1db17baa06724beacbd0d00973bb6351dbcaef19.tar.bz2 eSim-1db17baa06724beacbd0d00973bb6351dbcaef19.zip |
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/ |