仿真平台内核初版 -tlib库 包含<sparc arm riscv powerPC>
This commit is contained in:
19
tools/PeakRDL-repl/tests/rdl/platform0.rdl
Normal file
19
tools/PeakRDL-repl/tests/rdl/platform0.rdl
Normal file
@@ -0,0 +1,19 @@
|
||||
addrmap test_platform {
|
||||
addrmap peripheral0_definitive #( string user_parameter0 = "user_parameter0_default" ) {
|
||||
reg {
|
||||
field {} PLACEHOLDER_FIELD;
|
||||
} PLACEHOLDER_REG;
|
||||
};
|
||||
|
||||
addrmap peripheral1_anonymous {
|
||||
reg {
|
||||
field {} PLACEHOLDER_FIELD;
|
||||
} PLACEHOLDER_REG;
|
||||
} peripheral1_instance @ 0x100;
|
||||
|
||||
peripheral0_definitive peripheral0_instance[2];
|
||||
|
||||
addrmap nested {
|
||||
peripheral0_definitive peripheral0_instance_nested[3];
|
||||
} nested_instance @ 0x200;
|
||||
};
|
||||
Reference in New Issue
Block a user