mirror of
https://github.com/Silicon1602/srdl2sv.git
synced 2024-10-31 23:23:36 +00:00
Dennis
6719d21423
The register was defined as a 64-bit register but the test was written under the assumption it's a 32-bit register. Furthermore, the hardware write-enable flag had to be set since all values would otherwise be overwritten immediately.
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
addrmap simple_rw_reg {
|
|
reg {
|
|
regwidth = 32;
|
|
field {sw=rw; hw=rw; we;} f1 [15:0];
|
|
field {sw=rw; hw=rw; we;} f2 [31:16];
|
|
} register_0 [2];
|
|
};
|