diff options
-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 |