Files
PeakRDL-regblock/tests/test_validation_errors/unaligned_stride.rdl
2025-03-06 22:10:05 -08:00

9 lines
125 B
Plaintext

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