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

14 lines
174 B
Plaintext

addrmap top {
reg {
field {
sw=rw; hw=na;
} f1;
field {
sw=rw; hw=na;
} f2;
f1->reset = f2;
} x;
};