From 39632efe85fcfc781139442103269e90e0a29d3a Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Sat, 17 Sep 2022 20:04:43 +0530 Subject: Updated details for v2.3 --- INSTALL | 2 +- README.md | 11 ++++++----- VERSION | 2 +- library/browser/welcome.html | 9 +++++---- setup.py | 2 +- src/browser/UserManual.py | 2 +- src/configuration/Appconfig.py | 6 +++--- 7 files changed, 18 insertions(+), 16 deletions(-) diff --git a/INSTALL b/INSTALL index 0f4b91ce..c4b08c86 100644 --- a/INSTALL +++ b/INSTALL @@ -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). diff --git a/README.md b/README.md index aea9fa8b..68f18c8b 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/VERSION b/VERSION index 8bbe6cf7..bb576dbd 100644 --- a/VERSION +++ b/VERSION @@ -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 @@

About eSim

eSim logo

-

- eSim 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 (https://www.kicad.org/), Makerchip IDE (https://www.makerchip.com/), Ngspice (http://ngspice.sourceforge.net), GHDL (http://ghdl.free.fr) and Verilator (https://www.veripool.org/verilator/). eSim source is released under GNU General Public License. +

+ eSim 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 (https://www.kicad.org/), Ngspice (https://ngspice.sourceforge.io/), GHDL (http://ghdl.free.fr), Verilator (https://www.veripool.org/verilator/), Makerchip IDE (https://www.makerchip.com/), and SkyWater SKY130 PDK (https://skywater-pdk.rtfd.io/). eSim source is released under GNU General Public License.


- This tool is developed by the FOSSEE team at IIT Bombay. To know more about eSim, please visit: https://esim.fossee.in. + This tool is developed by the eSim Team at FOSSEE, IIT Bombay. To know more about eSim, please visit: https://esim.fossee.in/.


- To discuss more about eSim, please visit: https://forums.fossee.in + To discuss more about eSim, please visit: https://forums.fossee.in/


diff --git a/setup.py b/setup.py index 4d64259b..9ec3a547 100644 --- a/setup.py +++ b/setup.py @@ -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' -- cgit