mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
some fixes
This commit is contained in:
parent
1761a0c226
commit
2eab42f7fe
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ begin
|
|||
generic map (
|
||||
-- General --
|
||||
CLOCK_FREQUENCY => 0, -- clock frequency of clk_i in Hz [not required by the core complex]
|
||||
HART_BASE => HART_ID,
|
||||
HART_BASE => HART_ID,
|
||||
-- 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