Skip to content
@pmicgen

Automated PMIC Generation

Automated PMIC Generation

https://github.com/pmicgen/pmicgen/blob/main/jupyter/pmic.ipynb Open in Dev Containers License: LGPL v3 https://github.com/psf/black

To access the main jupyter in google colab, enable private access in Colab > Configuration > Github > Private repository access

Automated generation of a PMIC for SKY130

Usage

Run latest build of the docker image using the command shown below.

docker run -d --name pmicgen-jupyter -p 8888:8888 -e GRANT_SUDO=yes ghcr.io/mario1159/pmcigen-jupyter

Then open localhost:8888 in your browser to access the Jupyter notebook.

You can also build the image yourself running the build or all target in make

How it works

The project provides a script to make an entire LDO based on certain specification or just certains components of it. This script is executed in detail providing some reports inside the jupyter notebook and can serve as an example to run just the python script.

Directory structure

.
├── cli                  # Command line interface parsing
├── generation           # Algorithms and automated generation utilities
├── gfcells              # GDSFactory Layouts
├── magic                # Magic VLSI Designs
├── pymacros             # KLayout cell library
├── test                 # Unit tests
└── thirdparty           # Submodules of external projects

Pinned

  1. pmicgen pmicgen Public

    Automated generation of a PMIC

    Jupyter Notebook 5

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…