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

10 lines
157 B
Plaintext

addrmap top {
reg {
field {
sw = rw; hw = r;
intwidth = 4;
fracwidth = 5;
} num[8] = 0;
} r1;
};