You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
287 B
11 lines
287 B
// See LICENSE for license details.
|
|
#ifndef _RISCV_PLATFORM_H
|
|
#define _RISCV_PLATFROM_H
|
|
|
|
#define DEFAULT_RSTVEC 0x00001000
|
|
#define CLINT_BASE 0x02000000
|
|
#define CLINT_SIZE 0x000c0000
|
|
#define EXT_IO_BASE 0x40000000
|
|
#define DRAM_BASE 0x80000000
|
|
|
|
#endif
|
|
|