aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Petrisko <petrisko@cs.washington.edu>2021-01-23 20:09:43 -0800
committerGitHub <noreply@github.com>2021-01-23 20:09:43 -0800
commit03be826f17faedcaee7f60223f402850e254df0a (patch)
treedeef9cea712b0d07bd8753990f62b5ea18c9e575
parentd2ef643520da334443a9c99fd107a9487ad7c4b9 (diff)
downloadriscv-opcodes-03be826f17faedcaee7f60223f402850e254df0a.zip
riscv-opcodes-03be826f17faedcaee7f60223f402850e254df0a.tar.gz
riscv-opcodes-03be826f17faedcaee7f60223f402850e254df0a.tar.bz2
Removing platform-specific definitions (#59)
-rw-r--r--encoding.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/encoding.h b/encoding.h
index d571a2f..a8cfb9e 100644
--- a/encoding.h
+++ b/encoding.h
@@ -206,12 +206,6 @@
#define IRQ_COP 12
#define IRQ_HOST 13
-#define DEFAULT_RSTVEC 0x00001000
-#define CLINT_BASE 0x02000000
-#define CLINT_SIZE 0x000c0000
-#define EXT_IO_BASE 0x40000000
-#define DRAM_BASE 0x80000000
-
/* page table entry (PTE) fields */
#define PTE_V 0x001 /* Valid */
#define PTE_R 0x002 /* Read */