Create project
Some checks failed
build / test (3.10) (push) Failing after 6s
build / test (3.11) (push) Failing after 5s
build / test (3.12) (push) Failing after 6s
build / test (3.13) (push) Failing after 6s
build / test (3.9) (push) Failing after 6s
build / lint (push) Successful in 7s
build / mypy (push) Successful in 8s
build / Build distributions (push) Has been skipped
build / deploy (push) Has been skipped

This commit is contained in:
Byron Lathi
2025-11-23 13:20:23 -08:00
commit 70b1fef2f2
34 changed files with 1788 additions and 0 deletions

6
tests/test_wide_regs.py Normal file
View File

@@ -0,0 +1,6 @@
import base
class TestWideRegs(base.BaseHeaderTestcase):
rdl_file = "testcases/wide_regs.rdl"
def test_wide_regs(self) -> None:
self.do_test()