From bea098d7430ea74696fbc2a6d316131db9c7b298 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 10 May 2009 09:47:24 +0000 Subject: [PATCH] - doubled I-Cache size to 32kByte 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/trunk@479 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 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