Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 820 Bytes

File metadata and controls

33 lines (23 loc) · 820 Bytes

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