Skip to content

Primitive Device Characterization with PySpice

Notifications You must be signed in to change notification settings

AugustUnderground/pyrdict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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