freechips/fullcustom
2023-04-25 20:48:41 +02:00
..
cad update semicustom environment + .gitignores 2023-04-24 20:25:21 +02:00
environment.yml redraw inv, add schematic, lvs 2023-04-15 18:24:34 +02:00
fullcustom-transistor.ipynb xls, fets/pdk slides 2023-04-17 23:17:56 +02:00
README.md update READMEs for docker 2023-04-25 20:48:41 +02:00

Fullcustom analog design

Environment

Make sure Anaconda is installed and that you are in the fullcustom directory. The fullcustom environment can be created, updated and activated using:

conda env create # Fulfilled with docker build
conda activate fullcustom

Notebook

The notebook can be openend as follows:

jupyter-notebook # Add `--allow-root` under docker build