Accelerating the Open Source Silicon Ecosystem with Jupyter Notebooks

From F-Si wiki
Revision as of 07:54, 10 July 2023 by Proppy (talk | contribs) (use template)
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.

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
env/bin/python -m pip install -r requirements-dev.txt
env/bin/jupyter lab xls-workshop-openlane.ipynb
  • Execute the first cell
  • Follow along the instructions