Files
PeakRDL-BusDecoder/tests/test_validation_errors/unaligned_stride.rdl

9 lines
125 B
Plaintext

addrmap top {
default regwidth = 32;
default accesswidth = 32;
reg {
field {}f;
} x[4] @ 0 += 5;
};