mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
add boot address
This commit is contained in:
parent
25b0774967
commit
b2bce0e385
1 changed files with 1 additions and 0 deletions
|
@ -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 --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue