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

20 lines
235 B
Plaintext

signal {
field_reset;
async;
activehigh;
} foo;
addrmap top {
reg {
field {
sw=rw; hw=na;
} f1;
field {
sw=rw; hw=na;
} f2;
f1->reset = f2;
} x;
};