summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul P2019-11-22 16:19:58 +0530
committerGitHub2019-11-22 16:19:58 +0530
commit9b03e1583d7606377e70115b5fb615def4f9f55a (patch)
tree588a456f893674e5269faece6ad5251497e38fb7
parent62626720ea4f1cf950cca90b27a403f2db879f64 (diff)
parent768018212967e69d00b33b5b7e27c66024b81334 (diff)
downloadeSim-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.md4
-rwxr-xr-xinstall-eSim.sh8
-rw-r--r--src/kicadtoNgspice/Analysis.pycbin19570 -> 19567 bytes
-rw-r--r--src/kicadtoNgspice/KicadtoNgspice.pycbin17130 -> 17130 bytes
4 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 960915c9..09d5f408 100644
--- a/README.md
+++ b/README.md
@@ -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
index aa0fc29b..08c1fad9 100644
--- a/src/kicadtoNgspice/Analysis.pyc
+++ b/src/kicadtoNgspice/Analysis.pyc
Binary files differ
diff --git a/src/kicadtoNgspice/KicadtoNgspice.pyc b/src/kicadtoNgspice/KicadtoNgspice.pyc
index abeb17b5..2d1e0e39 100644
--- a/src/kicadtoNgspice/KicadtoNgspice.pyc
+++ b/src/kicadtoNgspice/KicadtoNgspice.pyc
Binary files differ