Skip to content

Commit

Permalink
boards: icesugar: correct reset address to 0x820000 since flash is me…
Browse files Browse the repository at this point in the history
…mory mapped @ 0x800000

Signed-off-by: Paolo Pisati <[email protected]>
  • Loading branch information
piso77 committed Dec 23, 2021
1 parent 9105b1e commit a8057fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FemtoRV/RTL/CONFIGS/icesugar_config.v
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//`define NRV_FEMTORV32_PETITBATEAU // RV32IMFC + IRQ, does not fit on IceBreaker

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

0 comments on commit a8057fb

Please sign in to comment.