- 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
This commit is contained in:
2009-05-10 09:47:24 +00:00
parent 1fe9a2c398
commit bea098d743
+1 -1
View File
@@ -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