blob: 408d0741ce2be6e310ea6dd8cb7a6ceba24c5a7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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/)
It is released under GNU GPL License. It runs on Ubuntu OS versions 14.04 and 16.04, Windows 7 and above versions.
eSim has been successfully ported to low cost FOSSEE laptop (http://laptop.fossee.in)
## Pre-requisites
1. Python 2.7
2. PyQt4
3. Matplotlib
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.
|