.gitattributes
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
LICENSE.docs
README.md
noxfile.py
pyproject.toml
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/1-bug-report.yml
.github/ISSUE_TEMPLATE/2-documentation.yml
.github/ISSUE_TEMPLATE/3-feature-request.yml
.github/ISSUE_TEMPLATE/99-other.yml
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/ci.yml
.vscode/extensions.json
.vscode/settings.json
.vscode/tasks.json
contrib/.flake8
contrib/80-torii-ila.rules
contrib/docs-redirect.html
docs/.gitignore
docs/changelog.md
docs/conf.py
docs/getting_started.md
docs/index.md
docs/install.md
docs/internal.md
docs/license.md
docs/requirements.txt
docs/_images/example_usb_vcd.png
docs/_static/css/styles.css
docs/_templates/page.html
docs/_templates/sidebar/brand.html
docs/_templates/sidebar/version_selector.html
docs/backhaul/index.md
docs/backhaul/uart.md
docs/backhaul/usb.md
docs/ila/index.md
docs/ila/uart.md
docs/ila/usb.md
examples/bitsy_uart_ila.py
examples/bitsy_usb_ila.py
tests/__init__.py
tests/test_ila.py
tests/test_stream_ila.py
tests/test_uart_ila.py
tests/test_usb_ila.py
tests/test_usb_ila_overflow.py
torii_ila/__init__.py
torii_ila/_bits.py
torii_ila/backhaul.py
torii_ila/ila.py
torii_ila/py.typed
torii_ila.egg-info/PKG-INFO
torii_ila.egg-info/SOURCES.txt
torii_ila.egg-info/dependency_links.txt
torii_ila.egg-info/requires.txt
torii_ila.egg-info/top_level.txt
torii_ila/uart/__init__.py
torii_ila/uart/_impl.py
torii_ila/usb/__init__.py
torii_ila/usb/_impl.py