Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 5 hours ago
JSON representation

Primitive Device Characterization with PySpice

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