Accelerating the Open Source Silicon Ecosystem with Jupyter Notebooks

From F-Si wiki
Jump to navigation Jump to search
  • Speaker(s): Johan (proppy) Euphrosine
  • email: proppy@google.com

Abstract

In this tutorial session we showcase our recent work to leverage Jupyter Notebooks and Conda packages to publish and share interactive experiments using open source silicon toolchains.

Notebooks published at https://github.com/chipsalliance/silicon-notebooks demonstrate how to run experiments from design to gds using publicly-hosted notebooks using https://colab.research.google.com/ or https://jupyter.org/ locally.

Downloads

Instructions

Using Google Colaboratory

Using JupyterLab locally (Linux)

  • Run the following commands
git clone https://github.com/proppy/silicon-notebooks.git
cd silicon-notebooks
python3 -m venv env
source env/bin/activate
python -m pip install -r requirements-dev.txt
jupyter lab xls-workshop-openlane.ipynb
  • Execute the first cell
  • Follow along the instructions