add boot address

This commit is contained in:
Pepijn de Vos 2025-03-18 11:41:54 +01:00
parent 25b0774967
commit b2bce0e385

View file

@ -122,6 +122,7 @@ begin
CLOCK_FREQUENCY => 0, -- clock frequency of clk_i in Hz [not required by the core complex]
HART_BASE => HART_ID,
BOOT_MODE_SELECT => 1,
BOOT_ADDR_CUSTOM => x"00000000",
-- On-Chip Debugger (OCD) --
OCD_EN => DEBUG, -- implement on-chip debugger
-- RISC-V CPU Extensions --