From 4c482f1cda637f1e1eaeeb9f51a8476f2cb6b9fc Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 16 Jan 2009 08:33:06 +0000 Subject: [PATCH] - 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 --- lib/CPUs/MIPS/src/core/mips_bui.vhd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/CPUs/MIPS/src/core/mips_bui.vhd b/lib/CPUs/MIPS/src/core/mips_bui.vhd index 605f21a..6c74be4 100644 --- a/lib/CPUs/MIPS/src/core/mips_bui.vhd +++ b/lib/CPUs/MIPS/src/core/mips_bui.vhd @@ -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