From cb55e59de7ee4383c04edfae7c39ad9ae9552b36 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Fri, 14 Feb 2020 15:16:35 +0530 Subject: common code for Win and Linux, merged py2 changes --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a3745ded..e79ee418 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit