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

From F-Si wiki
Jump to navigation Jump to search
(add platform restriction)
(simplify instructions)
Line 15: Line 15:
python3 -m venv env
python3 -m venv env
env/bin/python -m pip install -r requirements-dev.txt
env/bin/python -m pip install -r requirements-dev.txt
env/bin/jupyter lab
env/bin/jupyter lab xls-workshop-openlane.ipynb
</pre>
</pre>
* Open <code>xls-workshop-openlane.ipynb</code>
* Execute the first cell
* Execute the first cell
* Follow the instructions
* Follow the instructions

Revision as of 02:17, 10 July 2023

Accelerating the Open Source Silicon Ecosystem with Jupyter Notebooks

Using Google Colaboratory

Using JupyterLab (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 the instructions