summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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