- renamed

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@246 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-01-16 08:33:06 +00:00
parent 9f7547c68e
commit 4c482f1cda
+3 -3
View File
@@ -28,7 +28,7 @@ use IEEE.numeric_std.ALL;
library work;
use work.mips_types.all;
entity bui is
entity biu is
Generic
(
icache_size : natural := 2048; -- words
@@ -62,9 +62,9 @@ entity bui is
cpu_dmem_din : out word_t;
cpu_dmem_addr : in word_t
);
end bui;
end biu;
architecture behavior of bui is
architecture behavior of biu is
COMPONENT icache
GENERIC