Files
PeakRDL-BusDecoder/tests/cocotb_lib/rdl/simple.rdl
Arnav Sacheti fdac38133c reorg
2025-11-09 21:26:03 -08:00

8 lines
131 B
Plaintext

addrmap simple_test {
reg {
field {
sw=rw;
hw=r;
} data[31:0];
} test_reg @ 0x0;
};