From 537b5d3fd417c334e7acd398dadd295540f104c5 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 25 Aug 2013 18:39:36 +0000 Subject: [PATCH] - TLB enabled by default Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/branches/BRANCH_MIPS_TLB@1028 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/core/mips_top.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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