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

10 lines
119 B
Plaintext

addrmap top {
reg {
field {}f;
} x;
reg {
accesswidth = 16;
field {}f;
} y;
};