From 856f335db366b82a86fc432584ea85cb8941f769 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 7 Feb 2009 11:01:15 +0000 Subject: [PATCH] -added generic map for 'mips_top' 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@314 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/tb_mips_top.vhd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/CPUs/MIPS/src/tb_mips_top.vhd b/lib/CPUs/MIPS/src/tb_mips_top.vhd index 6a95b4b..7b619cd 100644 --- a/lib/CPUs/MIPS/src/tb_mips_top.vhd +++ b/lib/CPUs/MIPS/src/tb_mips_top.vhd @@ -189,6 +189,11 @@ signal_mux: ------------------------------------------------------------------ uut: entity work.mips_top + GENERIC MAP + ( + icache_size => 1024, -- words + dcache_size => 1024 -- words + ) PORT MAP ( debug => debug,