updates riscv-vp memory map to mathc implementation
This commit is contained in:
5
env/riscv_vp/memory_map.ld
vendored
5
env/riscv_vp/memory_map.ld
vendored
@@ -1,7 +1,8 @@
|
||||
MEMORY
|
||||
{
|
||||
ram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 128K
|
||||
rom (rxai!w) : ORIGIN = 0x10080000, LENGTH = 8k
|
||||
flash (rxai!w) : ORIGIN = 0x20000000, LENGTH = 16M
|
||||
dram (wxa!ri) : ORIGIN = 0x40000000, LENGTH = 2048M
|
||||
ram (wxa!ri) : ORIGIN = 0x30000000, LENGTH = 256K
|
||||
trace (wxa!ri) : ORIGIN = 0x31000000, LENGTH = 1M
|
||||
dram (wxa!ri) : ORIGIN = 0x40000000, LENGTH = 1024M
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user