summaryrefslogtreecommitdiff
path: root/rtl/core/cp15
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/core/cp15')
-rw-r--r--rtl/core/cp15/map.sv17
1 files changed, 17 insertions, 0 deletions
diff --git a/rtl/core/cp15/map.sv b/rtl/core/cp15/map.sv
new file mode 100644
index 0000000..0c0add5
--- /dev/null
+++ b/rtl/core/cp15/map.sv
@@ -0,0 +1,17 @@
+`ifndef CORE_CP15_MAP_SV
+`define CORE_CP15_MAP_SV
+
+`define CP15_CRN_CPUID 4'd0
+`define CP15_CRN_SYSCFG 4'd1
+`define CP15_CRN_TTBR 4'd2
+`define CP15_CRN_DOMAIN 4'd3
+`define CP15_CRN_FSR 4'd5
+`define CP15_CRN_FAR 4'd6
+`define CP15_CRN_CACHE 4'd7
+`define CP15_CRN_TLB 4'd8
+`define CP15_CRN_CACHE_LCK 4'd9
+`define CP15_CRN_TLB_LCK 4'd10
+`define CP15_CRN_DMA 4'd11
+`define CP15_CRN_PID 4'd13
+
+`endif