diff options
author | rahulp13 | 2020-02-14 15:16:35 +0530 |
---|---|---|
committer | rahulp13 | 2020-02-14 15:16:35 +0530 |
commit | cb55e59de7ee4383c04edfae7c39ad9ae9552b36 (patch) | |
tree | de1b292a10e8196689bf1a208fe6fe32f4618846 /README.md | |
parent | 08d4a0336550a0e610709970a0c5d366e109fe82 (diff) | |
download | eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.tar.gz eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.tar.bz2 eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.zip |
common code for Win and Linux, merged py2 changes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -1,26 +1,30 @@ ## eSim -eSim is an open source EDA tool for circuit design, simulation, analysis and PCB design. It is an integrated tool build using open source software such as [KiCad](http://www.kicad-pcb.org/), [Ngspice](http://ngspice.sourceforge.net/) +eSim is an open source EDA tool for circuit design, simulation, analysis and PCB design, developed by FOSSEE team at IIT Bombay. +It is an integrated tool build using open source software such as [KiCad](http://www.kicad-pcd.org), [Ngspice](http://ngspice.sourcefouge.net/), [GHDL](http://ghdl.free.fr/) +It is released under GNU GPL License. It runs on Ubuntu OS versions 16.04 and above, Windows 7 and above versions. ## Features -* It is an open-source tool. -* It can perform circuit design. -* It can perform Simulation. -* It can perform layout design.s -* It also has a feature of Model builder and Subcircuit builder. +* An open-source tool. +* Perform circuit design. +* Perform Simulation. +* Perform layout design. +* Model builder and Subcircuit builder. +* Support for Mixed Mode Simulation (Currently supported only on Ubuntu OS). * eSim has been successfully ported to low cost FOSSEE [laptop](http://laptop.fossee.in) ## Open-Source Software Used * Python. * KiCad. * Ngspice. +* GHDL. ## Pre-requisites 1. Python 3.0+ 2. PyQt4 3. Matplotlib -4. NgSpice -5. KiCad (latest version released on April-2019) +4. Ngspice-31 +5. KiCad 4.0.7 (latest version released on April-2019) ## eSim Installation: @@ -33,8 +37,7 @@ To know everything about eSim, how it works and it's feature please download man For any queries regarding eSim please write us on at this [address](mailto:info@fossee.in). ## Contribution - -Please refer [here](https://github.com/FOSSEE/eSim/tree/fellowship2019-python3/CONTRIBUTION.md) for further details. +Please refer [here](https://github.com/FOSSEE/eSim/tree/master/CONTRIBUTION.md) for further details. ## License It is developed by FOSSEE team at IIT Bombay. It is released under GNU GPL License. |