From d63cdf3cb12036c1675e4557dcd6c76512831ce5 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 16 Jan 2009 08:33:18 +0000 Subject: [PATCH] - renamed bui to biu 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@247 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/core/mips_top.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CPUs/MIPS/src/core/mips_top.vhd b/lib/CPUs/MIPS/src/core/mips_top.vhd index 3fa6408..9e4bcdb 100644 --- a/lib/CPUs/MIPS/src/core/mips_top.vhd +++ b/lib/CPUs/MIPS/src/core/mips_top.vhd @@ -88,7 +88,7 @@ architecture rtl of mips_top is signal dmem_be : unsigned(3 downto 0); - COMPONENT bui + COMPONENT biu GENERIC ( icache_size : natural; @@ -152,7 +152,7 @@ inst_pipeline: pipeline dmem_dout => dmem_dout ); -inst_bui: bui +inst_biu: biu GENERIC MAP ( icache_size => 4096, -- words