Giter Site home page Giter Site logo

Comments (1)

StefanSchippers avatar StefanSchippers commented on August 12, 2024

The vsource.sym is not a sky130 specific device, it is a generic SPICE voltage source. It is packaged with xschem.
How did you install xschem? the recommended way to install xschem is to build from sources, using the repository here. If you installed the xschem from ubuntu app store please remove this installation since the packaged versions are too old (sudo apt purge xschem)

If you are new to all this please start from simple examples, the reram is the most difficult thing ever, and it is not yet fully functional due to a lot of various reasons:

  • ngspice switching from adms to osdi verilog-A libraries
  • the verilog-A model is not fully debugged and needs patches.
  • Many users submit patches to the verilog-A model tying to solve one problem and introducing other problems, like convergence issues and such.

The flow to use xschem with sky130 is the following, all from github repositories (sourceforge for ngspice):

  • Install the Magic layout editor
  • Install xschem,
  • Install open_pdks, that itself brings in skywater 130 libraries, including xschem_sky130 symbols
  • Install ngspice

All above details are explained in this xschem manual page:

When done create a new directory, copy the xschemrc template from the open_pdks installation and start xschem from within that directory.

mkdir test_sim
cd test_sim
cp .../share/pdk/sky130A/libs.tech/xschem/xschemrc .
xschem

from xschem_sky130.

Related Issues (17)

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.