- 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:
@@ -31,7 +31,7 @@ use work.mips_types.all;
|
|||||||
entity mips_top is
|
entity mips_top is
|
||||||
Generic
|
Generic
|
||||||
(
|
(
|
||||||
icache_size : natural := 4096; -- words
|
icache_size : natural := 8192; -- words
|
||||||
icache_line : natural := 8; -- words
|
icache_line : natural := 8; -- words
|
||||||
dcache_size : natural := 4096; -- words
|
dcache_size : natural := 4096; -- words
|
||||||
dcache_line : natural := 8 -- words
|
dcache_line : natural := 8 -- words
|
||||||
|
|||||||
Reference in New Issue
Block a user