Skip to content

Commit f09dcd0

Browse files
committed
Set up testing infra
1 parent 059d18d commit f09dcd0

19 files changed

+16
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# -- General configuration ---------------------------------------------------
1111
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1212

13-
extensions = ["myst_parser", "sphinx_last_updated_by_git"]
13+
extensions = ["myst_parser", "sphinx_last_updated_by_git", "sphinx-copybutton"]
1414

1515
templates_path = ["_templates"]
1616
exclude_patterns = ["build", "Thumbs.db", ".DS_Store"]

docs/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ dependencies = [
1111
"sphinx>=8.1.3",
1212
"sphinx-autobuild>=2024.10.3",
1313
"codespell>=2.3.0",
14+
"sphinx-copybutton>=0.5.2",
1415
]

docs/uv.lock

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sim/io.pcf fpga/io.pcf

File renamed without changes.

hdl/alu.v

100755100644
File mode changed.

hdl/aluctrl.v

100755100644
File mode changed.

hdl/control.v

100755100644
File mode changed.

hdl/core.v

100755100644
File mode changed.

hdl/instrmem.v

100755100644
File mode changed.

hdl/regfile.v

100755100644
File mode changed.

sim/tb/test_alu.py

Whitespace-only changes.

sim/tb/test_instrmem.py

Whitespace-only changes.

sim/tb/test_memory.py

Whitespace-only changes.

sim/tb/test_regfile.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)