Skip to content

Commit

Permalink
Updated details for v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulp13 committed Sep 17, 2022
1 parent 4c8ff5f commit 39632ef
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Table of contents

i. After downloading eSim, extract it using:

$ unzip eSim-2.2.zip
$ unzip eSim-2.3.zip

ii. Now change directories in to the top-level eSim directory (where this INSTALL file can be found).

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## 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/).
[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](https://www.iitb.ac.in/).
It is an integrated tool build using open source softwares such as KiCad, Ngspice and GHDL.

## Releases and Installation
Expand All @@ -27,18 +27,19 @@ To use eSim on your machine having above distributions, please refer to link [he
* Perform Circuit Design.
* Perform Simulation.
* Perform Layout Design.
* Model builder and Subcircuit builder.
* Model and Subcircuit builder.
* Support for Mixed-Signal Simulations including Microcontrollers.
* eSim has been successfully ported to low cost FOSSEE [laptop](http://laptop.fossee.in)
* eSim has been successfully ported to low cost FOSSEE [laptop](https://laptop.fossee.in/)

## Open-Source Softwares Used
* [Python](https://www.python.org/)
* [KiCad](https://www.kicad.org/)
* [Makerchip](https://www.makerchip.com/)
* [NGHDL](https://github.com/fossee/nghdl/)
* [Makerchip](https://www.makerchip.com/)
* [SkyWater SKY130 PDK](https://skywater-pdk.rtfd.io/)

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

## Contact
For any queries regarding eSim please write us on at this [email address](mailto:contact-esim@fossee.in).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2
2.3
9 changes: 5 additions & 4 deletions library/browser/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
p{
margin: 0px 10px 0px 10px;
font-size: 13pt;
line-height: 125%;
}

pre{
Expand All @@ -38,16 +39,16 @@
<h1>About eSim</h1>
<center><img src="../../images/logo.png" alt="eSim logo" height="100" width="100"></center>
<br/>
<p>
<b>eSim</b> is an open source EDA tool for circuit design, simulation, analysis and PCB design. It is an integrated tool built using open source softwares such as KiCad (<a href="https://www.kicad.org">https://www.kicad.org/</a>), Makerchip IDE (<a href="https://www.makerchip.com/">https://www.makerchip.com/</a>), Ngspice (<a href="http://ngspice.sourceforge.net">http://ngspice.sourceforge.net</a>), GHDL (<a href="http://ghdl.free.fr">http://ghdl.free.fr</a>) and Verilator (<a href="https://www.veripool.org/verilator/">https://www.veripool.org/verilator/</a>). eSim source is released under <b>GNU General Public License.</b>
<p align="justify">
<b>eSim</b> is an open source EDA tool for circuit design, simulation, analysis and PCB design. It is an integrated tool built using open source softwares such as KiCad (<a href="https://www.kicad.org">https://www.kicad.org/</a>), Ngspice (<a href="https://ngspice.sourceforge.io/">https://ngspice.sourceforge.io/</a>), GHDL (<a href="http://ghdl.free.fr">http://ghdl.free.fr</a>), Verilator (<a href="https://www.veripool.org/verilator/">https://www.veripool.org/verilator/</a>), Makerchip IDE (<a href="https://www.makerchip.com/">https://www.makerchip.com/</a>), and SkyWater SKY130 PDK (<a href="https://skywater-pdk.rtfd.io/">https://skywater-pdk.rtfd.io/</a>). eSim source is released under <b>GNU General Public License.</b>
</p>
<br/>
<p>
This tool is developed by the <b>FOSSEE team at IIT Bombay</b>. To know more about eSim, please visit: <a href="https://esim.fossee.in">https://esim.fossee.in</a>.
This tool is developed by the <b>eSim Team at FOSSEE, IIT Bombay</b>. To know more about eSim, please visit: <a href="https://esim.fossee.in">https://esim.fossee.in/</a>.
</p>
<br/>
<p>
To discuss more about eSim, please visit: <a href="https://forums.fossee.in">https://forums.fossee.in</a>
To discuss more about eSim, please visit: <a href="https://forums.fossee.in">https://forums.fossee.in/</a>
</p>
<br/>
</body>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'''
setup(
name='eSim',
version='2.2.0',
version='2.3.0',
author='FOSSEE',
author_email='contact-esim@fossee.in',
package_dir={'': 'src'},
Expand Down
2 changes: 1 addition & 1 deletion src/browser/UserManual.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self):

self.vlayout = QtWidgets.QVBoxLayout()

manual = 'library/browser/User-Manual/eSim_Manual_2.2.pdf'
manual = 'library/browser/User-Manual/eSim_Manual_2.3.pdf'

if os.name == 'nt':
os.startfile(os.path.realpath(manual))
Expand Down
6 changes: 3 additions & 3 deletions src/configuration/Appconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
# BUGS: ---
# NOTES: ---
# AUTHOR: Fahim Khan, fahim.elex@gmail.com
# MODIFIED: Rahul Paknikar, rahulp@iitb.ac.in
# MODIFIED: Rahul Paknikar, rahulp@cse.iitb.ac.in
# ORGANIZATION: eSim Team at FOSSEE, IIT Bombay
# CREATED: Tuesday 24 February 2015
# REVISION: Sunday 02 August 2020
# REVISION: Tuesday 13 September 2022
# =========================================================================

from PyQt5 import QtWidgets
Expand Down Expand Up @@ -105,7 +105,7 @@ def __init__(self):

# Application Details
self._APPLICATION = 'eSim'
self._VERSION = '2.2'
self._VERSION = '2.3'
self._AUTHOR = 'Fahim'
self._REVISION = 'Rahul, Sumanto'

Expand Down

0 comments on commit 39632ef

Please sign in to comment.