mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
[sim] disable register file reset by default
This commit is contained in:
parent
395de495be
commit
c3bee7ec28
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ entity neorv32_tb is
|
|||
CPU_CLOCK_GATING_EN : boolean := true; -- enable clock gating when in sleep mode
|
||||
CPU_FAST_MUL_EN : boolean := true; -- use DSPs for M extension's multiplier
|
||||
CPU_FAST_SHIFT_EN : boolean := true; -- use barrel shifter for shift operations
|
||||
CPU_RF_HW_RST_EN : boolean := true; -- implement full hardware reset for register file
|
||||
CPU_RF_HW_RST_EN : boolean := false; -- implement full hardware reset for register file
|
||||
MEM_INT_IMEM_EN : boolean := true; -- implement processor-internal instruction memory
|
||||
MEM_INT_IMEM_SIZE : natural := 32*1024; -- size of processor-internal instruction memory in bytes (use a power of 2)
|
||||
MEM_INT_DMEM_EN : boolean := true; -- implement processor-internal data memory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue