set cpuif_data_width for non-external components (#42)
* set cpuif_data_width for non-external components * update tests to actually work now * version bump
This commit is contained in:
@@ -5,6 +5,8 @@ RDL_CASES: list[tuple[str, str]] = [
|
||||
("multiple_reg.rdl", "multi_reg"),
|
||||
("deep_hierarchy.rdl", "deep_hierarchy"),
|
||||
("wide_status.rdl", "wide_status"),
|
||||
("wide_access_64.rdl", "wide_access_64"),
|
||||
("wide_access_128.rdl", "wide_access_128"),
|
||||
("variable_layout.rdl", "variable_layout"),
|
||||
("asymmetric_bus.rdl", "asymmetric_bus"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user