aboutsummaryrefslogtreecommitdiff
path: root/encoding.h
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-03-27 14:25:34 -0700
committerAndrew Waterman <andrew@sifive.com>2017-03-27 14:25:34 -0700
commitd86c50a5a6f44ed4b0e5506dbbd782fed3f1fedd (patch)
tree323490f997d9daabaf7d1d1333ee85b50405d8bb /encoding.h
parent771cd8afc10b438c1e7e8109287d40cb6bd3eddb (diff)
downloadriscv-opcodes-d86c50a5a6f44ed4b0e5506dbbd782fed3f1fedd.zip
riscv-opcodes-d86c50a5a6f44ed4b0e5506dbbd782fed3f1fedd.tar.gz
riscv-opcodes-d86c50a5a6f44ed4b0e5506dbbd782fed3f1fedd.tar.bz2
Separate page faults from physical memory access exceptions
Diffstat (limited to 'encoding.h')
-rw-r--r--encoding.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/encoding.h b/encoding.h
index 99a75ea..e6478b2 100644
--- a/encoding.h
+++ b/encoding.h
@@ -147,9 +147,8 @@
#define IRQ_HOST 13
#define DEFAULT_RSTVEC 0x00001000
-#define DEFAULT_NMIVEC 0x00001004
-#define DEFAULT_MTVEC 0x00001010
-#define CONFIG_STRING_ADDR 0x0000100C
+#define CLINT_BASE 0x02000000
+#define CLINT_SIZE 0x000c0000
#define EXT_IO_BASE 0x40000000
#define DRAM_BASE 0x80000000