diff --git a/lib/CPUs/MIPS/src/core/mips_top.vhd b/lib/CPUs/MIPS/src/core/mips_top.vhd index 15d23e2..ba57a1d 100644 --- a/lib/CPUs/MIPS/src/core/mips_top.vhd +++ b/lib/CPUs/MIPS/src/core/mips_top.vhd @@ -31,7 +31,7 @@ use work.mips_types.all; entity mips_top is Generic ( - icache_size : natural := 4096; -- words + icache_size : natural := 8192; -- words icache_line : natural := 8; -- words dcache_size : natural := 4096; -- words dcache_line : natural := 8 -- words