Accelerating the Open Source Silicon Ecosystem with Jupyter Notebooks

From F-Si wiki
Revision as of 01:59, 10 July 2023 by Proppy (talk | contribs) (add workshop instructions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Accelerating the Open Source Silicon Ecosystem with Jupyter Notebooks

Using Google Colaboratory

Using Jupyter Notebook

  • 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 notebook
  • Open xls-workshop-openlane.ipynb
  • Execute the first cell
  • Follow the instructions