仿真平台内核初版 -tlib库 包含<sparc arm riscv powerPC>
This commit is contained in:
17
tools/PeakRDL-renode/tests/rdl/test4.rdl
Normal file
17
tools/PeakRDL-renode/tests/rdl/test4.rdl
Normal file
@@ -0,0 +1,17 @@
|
||||
addrmap Peripheral {
|
||||
default regwidth = 32;
|
||||
|
||||
reg {
|
||||
field {
|
||||
name = "FIRST";
|
||||
sw = r;
|
||||
} first [7:0];
|
||||
} reg1 @ 0x0;
|
||||
|
||||
reg {
|
||||
field {
|
||||
name = "SECOND";
|
||||
sw = w;
|
||||
} second [7:0];
|
||||
} reg2 @ 0x0;
|
||||
};
|
||||
Reference in New Issue
Block a user