From 080ec44b4482d38e34394d45c95862f5cba5777e Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 3 Mar 2016 17:02:09 -0800 Subject: Update CSR encoding --- encoding.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'encoding.h') diff --git a/encoding.h b/encoding.h index 3960252..35f5876 100644 --- a/encoding.h +++ b/encoding.h @@ -61,8 +61,11 @@ #define IRQ_S_TIMER 5 #define IRQ_H_TIMER 6 #define IRQ_M_TIMER 7 -#define IRQ_COP 8 -#define IRQ_HOST 9 +#define IRQ_S_DEV 9 +#define IRQ_H_DEV 10 +#define IRQ_M_DEV 11 +#define IRQ_COP 12 +#define IRQ_HOST 13 #define DEFAULT_RSTVEC 0x0 #define DEFAULT_NMIVEC 0x4 -- cgit v1.1