Initial Commit - Forked from PeakRDL-regblock @ a440cc19769069be831d267505da4f3789a26695
This commit is contained in:
21
tests/test_validation_errors/unbuffered_wide_fields.rdl
Normal file
21
tests/test_validation_errors/unbuffered_wide_fields.rdl
Normal file
@@ -0,0 +1,21 @@
|
||||
addrmap top {
|
||||
reg {
|
||||
regwidth = 64;
|
||||
accesswidth = 32;
|
||||
field {
|
||||
sw=w;
|
||||
hw=r;
|
||||
} xf[64];
|
||||
} x;
|
||||
|
||||
reg {
|
||||
regwidth = 64;
|
||||
accesswidth = 32;
|
||||
field {
|
||||
sw=r;
|
||||
hw=w;
|
||||
we;
|
||||
onread=rclr;
|
||||
} yf[64];
|
||||
} y;
|
||||
};
|
||||
Reference in New Issue
Block a user