File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2023 Advanced Micro Devices, Inc. (AMD)
2
+ # Copyright (c) 2023 Alp Sayin <alpsayin@gmail.com>
3
+ # SPDX-License-Identifier: Apache-2.0
4
+
5
+
6
+ description : AMD Xilinx MicroBlaze
7
+
8
+ compatible : " xlnx,microblaze"
9
+
10
+ include : cpu.yaml
11
+
12
+ properties :
13
+ i-cache-base :
14
+ type : int
15
+ description : i-cache base
16
+ ICACHE_BASEADDR parameter defined in xparameters.
17
+ d-cache-base :
18
+ type : int
19
+ description : d-cache base
20
+ DCACHE_BASEADDR parameter defined in xparameters.
21
+ i-cache-size :
22
+ type : int
23
+ description : i-cache size in bytes
24
+ ICACHE_BYTE_SIZE parameter defined in xparameters.
25
+ d-cache-size :
26
+ type : int
27
+ description : d-cache size in bytes
28
+ DCACHE_BYTE_SIZE parameter defined in xparameters.
29
+ d-cache-use-writeback :
30
+ type : int
31
+ description : If CPU supports flushing without invalidating
32
+ C_DCACHE_USE_WRITEBACK parameter defined in xparameters.
You can’t perform that action at this time.
0 commit comments