UCSBarchlab / PyRTL

A collection of classes providing simple hardware specification, simulation, tracing, and testing suitable for teaching and research. Simplicity, usability, clarity, and extensibility are the overarching goals, rather than performance or optimization.
http://ucsbarchlab.github.io/PyRTL
BSD 3-Clause "New" or "Revised" License
253 stars 76 forks source link

Improve notebook support #449

Open fdxmw opened 3 months ago

fdxmw commented 3 months ago

The wavedrom trace visualizations don't work reliably across different notebook platforms (Jupyter Notebook, JupyterLite, Google CoLab, MyBinder, ...)

The notebook examples are currently out of sync with the main examples. Look for ways to keep them automatically synchronized so we don't have to keep re-syncing them. See also #376

Migrate the notebook examples on https://ucsbarchlab.github.io/PyRTL/ from MyBinder to JupyterLite, so the examples run entirely in the browser, and don't depend on a server.

Experiment with interactive notebook visualizations. It would be really cool to pan/zoom/filter a trace visualization.