diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | README.md | 11 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | library/browser/welcome.html | 9 | ||||
-rw-r--r-- | setup.py | 2 | ||||
-rw-r--r-- | src/browser/UserManual.py | 2 | ||||
-rw-r--r-- | src/configuration/Appconfig.py | 6 |
7 files changed, 18 insertions, 16 deletions
@@ -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). @@ -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 @@ -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). @@ -1 +1 @@ -2.2 +2.3 diff --git a/library/browser/welcome.html b/library/browser/welcome.html index 8a93a730..bff07e3c 100644 --- a/library/browser/welcome.html +++ b/library/browser/welcome.html @@ -21,6 +21,7 @@ p{ margin: 0px 10px 0px 10px; font-size: 13pt; + line-height: 125%; } pre{ @@ -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> @@ -9,7 +9,7 @@ Needed to define the module structure, look up `Modules` for python ''' setup( name='eSim', - version='2.2.0', + version='2.3.0', author='FOSSEE', author_email='contact-esim@fossee.in', package_dir={'': 'src'}, diff --git a/src/browser/UserManual.py b/src/browser/UserManual.py index bf9c4b2b..5f12bdc0 100644 --- a/src/browser/UserManual.py +++ b/src/browser/UserManual.py @@ -14,7 +14,7 @@ class UserManual(QtWidgets.QWidget): 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)) diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index ab19ada5..c3f14e6f 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -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 @@ -105,7 +105,7 @@ class Appconfig(QtWidgets.QWidget): # Application Details self._APPLICATION = 'eSim' - self._VERSION = '2.2' + self._VERSION = '2.3' self._AUTHOR = 'Fahim' self._REVISION = 'Rahul, Sumanto' |