Skip to content

Commit

Permalink
Add UART TX and serialiser
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasilva committed Jan 7, 2025
1 parent 74918fd commit 30238a1
Show file tree
Hide file tree
Showing 5 changed files with 271 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"sphinxcontrib-wavedrom",
]

templates_path = ["_templates"]
Expand Down Expand Up @@ -46,3 +47,5 @@

root = Path(os.getenv("ROOT", "../sim/tb"))
sys.path.insert(0, str(root / "sim" / "tb"))

wavedrom_html_jsinline = False
1 change: 1 addition & 0 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ dependencies = [
"sphinx-autobuild>=2024.10.3",
"codespell>=2.3.0",
"sphinx-copybutton>=0.5.2",
"sphinxcontrib-wavedrom>=3.0.4",
]
Loading

0 comments on commit 30238a1

Please sign in to comment.