blob: 0db7eac115e6fe6b1c838277098ec359e5748319 (
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
44
45
|
## eSim
[eSim](https://esim.fossee.in/) is an open source EDA tool for circuit design, simulation, analysis and PCB design, developed by [FOSSEE Team](https://www.fossee.in/) at [IIT Bombay](http://www.iitb.ac.in/).
It is an integrated tool build using open source softwares such as KiCad, Ngspice and GHDL.
## Releases
* Ubuntu 16.04 OS and above LTS versions.
* Microsoft Windows 7, 8 and 10.
## Features
* An open-source EDA tool.
* Perform Circuit Design.
* Perform Simulation.
* Perform Layout Design.
* Model builder and Subcircuit builder.
* Support for Mixed-Signal Simulations including Microcontrollers.
* eSim has been successfully ported to low cost FOSSEE [laptop](http://laptop.fossee.in)
## Open-Source Softwares Used
* [Python](https://www.python.org/)
* [KiCad](http://www.kicad-pcd.org)
* [Ngspice](http://ngspice.sourcefouge.net/)
* [GHDL](http://ghdl.free.fr/)
## Pre-requisites
1. Python v3.5+
2. Ngspice v31+
3. KiCad v4.0.7
4. [NGHDL](https://github.com/fossee/nghdl)
## 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/installation-files/eSim_Manual_2.0.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.
|