Initial Commit - Forked from PeakRDL-regblock @ a440cc19769069be831d267505da4f3789a26695
This commit is contained in:
15
tests/test_validation_errors/external_ref.rdl
Normal file
15
tests/test_validation_errors/external_ref.rdl
Normal file
@@ -0,0 +1,15 @@
|
||||
addrmap sub {
|
||||
reg {
|
||||
field {} f;
|
||||
} x;
|
||||
};
|
||||
|
||||
addrmap top {
|
||||
reg {
|
||||
field {} f;
|
||||
} x;
|
||||
|
||||
sub sub;
|
||||
|
||||
x.f->reset = sub.x.f;
|
||||
};
|
||||
Reference in New Issue
Block a user