diff options
author | Dan Petrisko <petrisko@cs.washington.edu> | 2021-01-23 20:09:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-23 20:09:43 -0800 |
commit | 03be826f17faedcaee7f60223f402850e254df0a (patch) | |
tree | deef9cea712b0d07bd8753990f62b5ea18c9e575 | |
parent | d2ef643520da334443a9c99fd107a9487ad7c4b9 (diff) | |
download | riscv-opcodes-03be826f17faedcaee7f60223f402850e254df0a.zip riscv-opcodes-03be826f17faedcaee7f60223f402850e254df0a.tar.gz riscv-opcodes-03be826f17faedcaee7f60223f402850e254df0a.tar.bz2 |
Removing platform-specific definitions (#59)
-rw-r--r-- | encoding.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 */ |