diff options
author | Rahul P | 2020-03-04 17:01:11 +0530 |
---|---|---|
committer | GitHub | 2020-03-04 17:01:11 +0530 |
commit | 8ffe81b36caa259151978de0434e4e0c5c32d217 (patch) | |
tree | 32202454d13dfabbf6556e98987f2a9632619ea9 /README.md | |
parent | e40317e709c220176fc5b7edf23d4434504335b0 (diff) | |
parent | 13f3bcfda9416624cebbf5705de398e8efcad344 (diff) | |
download | eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.tar.gz eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.tar.bz2 eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.zip |
Merge pull request #132 from rahulp13/master
major changes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 32 |
1 files changed, 17 insertions, 15 deletions
@@ -1,40 +1,42 @@ ## 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) +1. NGHDL +2. Ngspice-31 +3. KiCad 4.0.7 (latest version released on April-2019) +4. Xterm ## 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://esim.fossee.in/resource/book/esimusermanual.pdf) +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:info@fossee.in). +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/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. |