AugustUnderground / pyrdict

Primitive Device Characterization with PySpice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Primitive Device Characterization with PySpice

Transistor characterization with PySpice. Demonstration downloads and uses ASU's PTM 90nm devices.

Quickstart

Adjust the Setup section in predict.hy or predict.py and run the script. This will create an HDF5 with the specified operating point parameters.

$ hy predict.hy     # With hy
$ python predict.py # With Python
$ jupyter lab       # Startup Notebook

Installation

Follow the PySpice installation instructions and then setup the python environment:

$ pip install -r requirements.txt

TODO

  • Add requirements
  • Add Python Script
  • Add Notebook

About

Primitive Device Characterization with PySpice


Languages

Language:Jupyter Notebook 79.5%Language:Hy 11.3%Language:Python 9.2%