Skip to content

Commit a8057fb

Browse files
committed
boards: icesugar: correct reset address to 0x820000 since flash is memory mapped @ 0x800000
Signed-off-by: Paolo Pisati <p.pisati@gmail.com>
1 parent 9105b1e commit a8057fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FemtoRV/RTL/CONFIGS/icesugar_config.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//`define NRV_FEMTORV32_PETITBATEAU // RV32IMFC + IRQ, does not fit on IceBreaker
1919

2020
`define NRV_FREQ 12 // Frequency in MHz. Recomm: 15 MHz Overclocking: 20-25 MHz
21-
`define NRV_RESET_ADDR 32'h00420000 // Jump execution to SPI Flash (400000h, +128k(20000h) for FPGA bitstream)
21+
`define NRV_RESET_ADDR 32'h00820000 // Jump execution to SPI Flash (800000h, +128k(20000h) for FPGA bitstream)
2222
// tinyraytracer: 30 MHz RV32IM electron 3:12
2323
// 20 MHz RV32IM gracilis 3:44
2424
// 20 MHz RV32IMC gracilis 3:32

0 commit comments

Comments
 (0)