-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Labels
testingFor issues related to unit tests and continuous integration.For issues related to unit tests and continuous integration.
Description
It would be beneficial to automatically verify that the Jupyter notebook examples still run properly at all times.
For examples, problems occur if PyRTL files are renamed or moved and no longer accessible like before if a Jupyter file depended on this submodule access. This shouldn't be a problem normally, since almost everything you'd want to use from PyRTL should accessible via pyrtl.*, but could cause problems in the future with examples that access rtllib. For example, estimate.py was recently renamed, and a PR for example7-synth-timing-draft.ipynb will be made soon to fix it.
Metadata
Metadata
Assignees
Labels
testingFor issues related to unit tests and continuous integration.For issues related to unit tests and continuous integration.