Giter Club home page Giter Club logo

revedarelease's Introduction

Revolution EDA Schematic/Symbol Editors

Introduction

Revolution EDA is a new generation of schematic and symbol editor targeting custom integrated circuit design.

  1. Revolution EDA can create symbols with both symbol attributes that are common to all instances as well instance parameters. Instance parameters can be also python functions that allow the dynamic calculation of parameters for each instance.
  2. Symbols can be created automatically from schematics and Verilog-A modules. Symbols can include circles, lines, rectangles and arches. Notes can be entered on symbols using Normal labels.
  3. Verilog-A symbols have a clear separation between model and instance parameters.
  4. File formats are JSON-based allowing easy inspection and editing with a text editor if needed.
  5. Netlisting process can be guided by a config view like commercial tools allowing designer to choose between different views for simulation.
  6. Hierarchical netlisting capability is available. Netlisting is currently geared towards Xyce although not everything has not been implemented yet, for example subcircuit parameters.
  7. Labels can include Python functions such that the full power of Python is available to instance callbacks functions. Thus, the professional front-end process design kits can be created.
  8. There is a familiar library browser allowing creation, renaming, copying, and deleting of libraries, cells and cell views.
  9. Configuration parameters can be saved in a configuration file.
  10. Log file logs error, warning and info messages.

When downloading the package from pypi repository, you may want to download to source package as well to download exampleLibraries.

Version 0.7.0 includes symbol library imported from [IHP]: https://github.com/IHP-GmbH/IHP-Open-PDK as well as parametric layout cells for NMOS, silicide resistor and MIMCAP. Revolution EDA is not associated with IHP.

Attribution

revedarelease's People

Contributors

eskiyerli avatar

Stargazers

Robin Heinemann avatar Jeroen van Dijk avatar  avatar Leo Moser avatar  avatar Diogo André Silvares Dias avatar Blebowski avatar  avatar John M avatar Alexander Mann avatar  avatar  avatar Jannis Schönleber avatar Zineddine Haboussi avatar Nitheesh Manjunath avatar Andvari avatar Tomasz Hemperek avatar Matt Guthaus avatar BurakKarakus avatar  avatar Hugo Lundin avatar Kullawat Chaowanawatee avatar  avatar  avatar  avatar Jean THOMAS avatar Alex Sludds avatar gs2g avatar Sukanta Dey avatar  avatar Andreas Olofsson avatar  avatar

Watchers

Nitheesh Manjunath avatar  avatar  avatar

revedarelease's Issues

can't run after pip install

I ran pip install but I get:

% reveda
Traceback (most recent call last):
  File "/home/mliberty/.local/bin/reveda", line 5, in <module>
    from reveda import main
  File "/home/mliberty/.local/lib/python3.10/site-packages/reveda.py", line 31, in <module>
    import revedaEditor.gui.revedaMain as rvm
  File "/home/mliberty/.local/lib/python3.10/site-packages/revedaEditor/gui/revedaMain.py", line 42, in <module>
    import revedaEditor.backend.importViews as imv
  File "/home/mliberty/.local/lib/python3.10/site-packages/revedaEditor/backend/importViews.py", line 32, in <module>
    import revedaEditor.gui.editorWindows as edw
  File "/home/mliberty/.local/lib/python3.10/site-packages/revedaEditor/gui/editorWindows.py", line 128, in <module>
    import revedaEditor.gui.helpBrowser as hlp
  File "/home/mliberty/.local/lib/python3.10/site-packages/revedaEditor/gui/helpBrowser.py", line 14, in <module>
    from PySide6.QtWebEngineWidgets import (
ImportError: libsmime3.so: cannot open shared object file: No such file or directory

Using Ubuntu 22 under WSL

Dotenv Missing from Requirements

I needed to install dotenv package python-dotenv to get the program to run.

I think this has been forgotten from the requirements file.

Unable to open schematic view

Hello and thank you for an exciting project! :)

I have created a new library, a cell and a cellview for a schematic. When I click "Open View" – nothing happens at all. After taking a look at the code, I noticed that viewItem.viewType is None when the editorWindows:openCellView is invoked. This causes fallthrough on the viewType dispatch.

Let me know if you need any more information from me to debug the issue. I am running macOS 13 and Python 3.10.6.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.