Skip to content

Commit

Permalink
rtl: fix IMEM size of debug_dm_tb
Browse files Browse the repository at this point in the history
  • Loading branch information
NikLeberg committed Jan 7, 2024
1 parent d17426a commit 608df4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhdl/neorv32_debug/tb/neorv32_debug_dm_smp_tb.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ BEGIN
-- IMEM dual-port ROM --
wb_imem_inst : ENTITY work.wb_imem
GENERIC MAP(
IMEM_SIZE => 1 * 1024 -- size of instruction memory in bytes
IMEM_SIZE => 16 * 1024 -- size of instruction memory in bytes
)
PORT MAP(
-- Global control --
Expand Down

0 comments on commit 608df4f

Please sign in to comment.