From 59d0a22738cc924a790f70e9e704c61e9165b3c5 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Mon, 15 Sep 2025 20:52:50 +0200 Subject: [PATCH] adapts riscv-vp rom to implementation --- env/riscv_vp/memory_map.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/riscv_vp/memory_map.ld b/env/riscv_vp/memory_map.ld index b1bd179..5962423 100644 --- a/env/riscv_vp/memory_map.ld +++ b/env/riscv_vp/memory_map.ld @@ -1,7 +1,7 @@ MEMORY { ram (wxa!ri) : ORIGIN = 0x00000000, LENGTH = 128K - rom (rxai!w) : ORIGIN = 0x1000E000, LENGTH = 2k + rom (rxai!w) : ORIGIN = 0x1000E000, LENGTH = 8k flash (rxai!w) : ORIGIN = 0x20000000, LENGTH = 16M dram (wxa!ri) : ORIGIN = 0x40000000, LENGTH = 2048M }