Difference between revisions of "Accelerating the Open Source Silicon Ecosystem with Jupyter Notebooks"

From F-Si wiki
Jump to navigation Jump to search
(add workshop instructions)
(No difference)

Revision as of 01:59, 10 July 2023

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