https://github.com/augustunderground/pyrdict
Primitive Device Characterization with PySpice
https://github.com/augustunderground/pyrdict
gm-over-id hy id-curves ngspice primitive-devices python transistor-characterization
Last synced: 26 days ago
JSON representation
Primitive Device Characterization with PySpice
- Host: GitHub
- URL: https://github.com/augustunderground/pyrdict
- Owner: AugustUnderground
- Created: 2021-05-26T07:51:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T06:36:42.000Z (almost 5 years ago)
- Last Synced: 2025-09-07T07:39:32.276Z (9 months ago)
- Topics: gm-over-id, hy, id-curves, ngspice, primitive-devices, python, transistor-characterization
- Language: Jupyter Notebook
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Primitive Device Characterization with PySpice
Transistor characterization with
[PySpice](https://pyspice.fabrice-salvaire.fr/). Demonstration downloads and
uses ASU's [PTM](http://ptm.asu.edu/) 90nm devices.
## Quickstart
Adjust the *Setup* section in `predict.hy` or `predict.py` and run the script.
This will create an [HDF5](https://www.h5py.org/) with the specified operating
point parameters.
```bash
$ hy predict.hy # With hy
$ python predict.py # With Python
$ jupyter lab # Startup Notebook
```
## Installation
Follow the PySpice [installation instructions](https://pyspice.fabrice-salvaire.fr/releases/latest/installation.html)
and then setup the python environment:
```bash
$ pip install -r requirements.txt
```
## TODO
- [X] Add requirements
- [X] Add Python Script
- [X] Add Notebook