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:
Arnav Sacheti
2026-02-03 21:58:45 -08:00
committed by GitHub
parent 36ec8b9715
commit c7b6c9e5ef
10 changed files with 226 additions and 5 deletions

View File

@@ -73,6 +73,7 @@ addrmap asymmetric_bus {
reg {
regwidth = 64;
accesswidth = 32;
field {
sw = rw;
hw = rw;
@@ -88,11 +89,18 @@ addrmap asymmetric_bus {
reg {
regwidth = 128;
accesswidth = 32;
field {
sw = rw;
hw = rw;
reset = 0x0;
} extended_id[63:0];
} extended_id_low[31:0];
field {
sw = rw;
hw = rw;
reset = 0x0;
} extended_id_high[63:32];
field {
sw = rw;