Files
PeakRDL-BusDecoder/tests/cocotb_lib/__init__.py
Arnav Sacheti bbbeab85c5 wip
2025-11-09 21:26:03 -08:00

11 lines
362 B
Python

"""Manifest of SystemRDL sources used by the cocotb simulations."""
RDL_CASES: list[tuple[str, str]] = [
("simple.rdl", "simple_test"),
("multiple_reg.rdl", "multi_reg"),
("deep_hierarchy.rdl", "deep_hierarchy"),
("wide_status.rdl", "wide_status"),
("variable_layout.rdl", "variable_layout"),
("asymmetric_bus.rdl", "asymmetric_bus"),
]