14 lines
174 B
Plaintext
14 lines
174 B
Plaintext
addrmap top {
|
|
reg {
|
|
field {
|
|
sw=rw; hw=na;
|
|
} f1;
|
|
|
|
field {
|
|
sw=rw; hw=na;
|
|
} f2;
|
|
|
|
f1->reset = f2;
|
|
} x;
|
|
};
|