This commit is contained in:
Arnav Sacheti
2025-10-30 22:23:07 -07:00
parent bbbeab85c5
commit fdac38133c
9 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
addrmap multi_reg {
reg {
field {
sw=rw;
hw=r;
} data[31:0];
} reg1 @ 0x0;
reg {
field {
sw=r;
hw=w;
} status[15:0];
} reg2 @ 0x4;
reg {
field {
sw=rw;
hw=r;
} control[7:0];
} reg3 @ 0x8;
};