Skip to content

Commit 8313306

Browse files
committed
[rtl] update LiteX wrapper
1 parent fc0034f commit 8313306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rtl/system_integration/neorv32_litex_core_complex.vhd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ begin
130130
RISCV_ISA_Zicntr => configs_c.riscv_zicntr(CONFIG), -- implement base counters?
131131
RISCV_ISA_Zihpm => configs_c.riscv_zihpm(CONFIG), -- implement hardware performance monitors?
132132
-- Tuning Options --
133-
FAST_MUL_EN => configs_c.fast_ops(CONFIG), -- use DSPs for M extension's multiplier
134-
FAST_SHIFT_EN => configs_c.fast_ops(CONFIG), -- use barrel shifter for shift operations
133+
CPU_FAST_MUL_EN => configs_c.fast_ops(CONFIG), -- use DSPs for M extension's multiplier
134+
CPU_FAST_SHIFT_EN => configs_c.fast_ops(CONFIG), -- use barrel shifter for shift operations
135135
-- Physical Memory Protection (PMP) --
136136
PMP_NUM_REGIONS => configs_c.pmp_num(CONFIG), -- number of regions (0..16)
137137
PMP_MIN_GRANULARITY => 4, -- minimal region granularity in bytes, has to be a power of 2, min 4 bytes

0 commit comments

Comments
 (0)