- 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
This commit is contained in:
2013-08-25 18:39:36 +00:00
parent 03f21b37d4
commit 537b5d3fd4
+1 -1
View File
@@ -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