项目作者: AugustUnderground

项目描述 :
Primitive Device Characterization with PySpice
高级语言: Jupyter Notebook
项目地址: git://github.com/AugustUnderground/pyrdict.git
创建时间: 2021-05-26T07:51:16Z
项目社区:https://github.com/AugustUnderground/pyrdict

开源协议:

下载


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.

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

Installation

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

  1. $ pip install -r requirements.txt

TODO

  • [X] Add requirements
  • [X] Add Python Script
  • [X] Add Notebook