cpu/rocket/core: Move IO Region (ROM/SRAM can't be in an IO Region).
This commit is contained in:
parent
23b9d73354
commit
5c278ae437
|
@ -98,7 +98,7 @@ class RocketRV64(CPU):
|
||||||
gcc_triple = CPU_GCC_TRIPLE_RISCV64
|
gcc_triple = CPU_GCC_TRIPLE_RISCV64
|
||||||
linker_output_format = "elf64-littleriscv"
|
linker_output_format = "elf64-littleriscv"
|
||||||
nop = "nop"
|
nop = "nop"
|
||||||
io_regions = {0x10000000: 0x70000000} # Origin, Length.
|
io_regions = {0x12000000: 0x70000000} # Origin, Length.
|
||||||
|
|
||||||
# Memory Mapping.
|
# Memory Mapping.
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in New Issue