From 1f94f0eb7e214bff29468bf9c39cb99520e290f2 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 13 Dec 2022 14:59:33 -0600 Subject: Add cp15 cyclecnt clock source --- rtl/core/cp15/map.sv | 1 + 1 file changed, 1 insertion(+) (limited to 'rtl/core/cp15/map.sv') diff --git a/rtl/core/cp15/map.sv b/rtl/core/cp15/map.sv index 7b74967..438a5bf 100644 --- a/rtl/core/cp15/map.sv +++ b/rtl/core/cp15/map.sv @@ -13,6 +13,7 @@ `define CP15_CRN_TLB_LCK 4'd10 `define CP15_CRN_DMA 4'd11 `define CP15_CRN_PID 4'd13 +`define CP15_CRN_CYCLECNT 4'd15 typedef struct packed { -- cgit v1.2.3