mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
cpu/vexriscv/mem_map_linux: update main_ram to 0x40000000
This commit is contained in:
parent
fe14b9cf86
commit
6e3f25a7e0
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class VexRiscv(CPU, AutoCSR):
|
|||
return {
|
||||
"rom": 0x00000000,
|
||||
"sram": 0x10000000,
|
||||
"main_ram": 0xc0000000,
|
||||
"main_ram": 0x40000000,
|
||||
"csr": 0xf0000000,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue