wip
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
from pathlib import Path
|
||||
"""Manifest of SystemRDL sources used by the cocotb simulations."""
|
||||
|
||||
rdls = map(Path, ["simple.rdl", "multiple_reg.rdl"])
|
||||
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"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user