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
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
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.
.
├── 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