diff --git a/lib/CPUs/MIPS/src/core/mips_top.vhd b/lib/CPUs/MIPS/src/core/mips_top.vhd index 5723475..3d33d47 100644 --- a/lib/CPUs/MIPS/src/core/mips_top.vhd +++ b/lib/CPUs/MIPS/src/core/mips_top.vhd @@ -35,7 +35,7 @@ entity mips_top is icache_line : natural := 8; -- words dcache_size : natural := 4096; -- words dcache_line : natural := 8; -- words - WITH_TLB : boolean := false; + WITH_TLB : boolean := true; TRANSLATE_KSEG0_1 : boolean := true ); Port