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 | |
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
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | install-eSim.sh | 8 | ||||
-rw-r--r-- | src/kicadtoNgspice/Analysis.pyc | bin | 19570 -> 19567 bytes | |||
-rw-r--r-- | src/kicadtoNgspice/KicadtoNgspice.pyc | bin | 17130 -> 17130 bytes |
4 files changed, 6 insertions, 6 deletions
@@ -10,8 +10,8 @@ eSim has been successfully ported to low cost FOSSEE laptop (http://laptop.fosse 1. Python 2.7 2. PyQt4 3. Matplotlib -4. NgSpice -5. Kicad (Latest Version build on July-14) +4. NgSpice-31 +5. Kicad 4.0.7 ## eSim Installation Refer `Spoken Tutorial` (https://spoken-tutorial.org/tutorial-search/?search_foss=eSim) for eSim installation on Linux and MS Windows. 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/ diff --git a/src/kicadtoNgspice/Analysis.pyc b/src/kicadtoNgspice/Analysis.pyc Binary files differindex aa0fc29b..08c1fad9 100644 --- a/src/kicadtoNgspice/Analysis.pyc +++ b/src/kicadtoNgspice/Analysis.pyc diff --git a/src/kicadtoNgspice/KicadtoNgspice.pyc b/src/kicadtoNgspice/KicadtoNgspice.pyc Binary files differindex abeb17b5..2d1e0e39 100644 --- a/src/kicadtoNgspice/KicadtoNgspice.pyc +++ b/src/kicadtoNgspice/KicadtoNgspice.pyc |