Initial Commit - Forked from PeakRDL-regblock @ a440cc19769069be831d267505da4f3789a26695
This commit is contained in:
19
tests/test_validation_errors/unsynth_reset1.rdl
Normal file
19
tests/test_validation_errors/unsynth_reset1.rdl
Normal file
@@ -0,0 +1,19 @@
|
||||
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;
|
||||
};
|
||||
Reference in New Issue
Block a user