Files
PeakRDL-BusDecoder/tests/test_pipelined_cpuif/regblock.rdl
2025-10-10 22:30:59 -07:00

9 lines
124 B
Plaintext

addrmap busdecoder {
default sw=rw;
default hw=r;
reg {
field {} x[31:0] = 0;
} x[64] @ 0 += 4;
};