summaryrefslogtreecommitdiff
path: root/README.md
blob: a21324fcaf7a27b88c115cbdceb216a6b6fd83d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
## eSim

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
* 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-31
5. KiCad 4.0.7 (latest version released on April-2019)

## eSim Installation:

To use eSim on your machine please refer to link  [here](https://esim.fossee.in/downloads) for installation and other guidelines.

## eSim Manual
To know everything about eSim, how it works and it's feature please download manual [here](https://static.fossee.in/esim/manuals/eSim_Manual_2019_Dec_31.pdf)

## Contact
For any queries regarding eSim please write us on at this [address](mailto:contact-esim@fossee.in).

## Contribution
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.