From 0b403e7a58b890ba68d3c97c10226c52ef9425c6 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 6 Feb 2010 13:16:05 +0000 Subject: [PATCH] Minor changes 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@708 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/core/dcache.vhd | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/CPUs/MIPS/src/core/dcache.vhd b/lib/CPUs/MIPS/src/core/dcache.vhd index 5b4aa52..a4f06e4 100644 --- a/lib/CPUs/MIPS/src/core/dcache.vhd +++ b/lib/CPUs/MIPS/src/core/dcache.vhd @@ -394,7 +394,6 @@ cache_state: if cache_req = '1' then if cache_hit = '0' and cpu_we_reg = '0' then sn <= mem_request; - cache_busy <= '1'; CYC_O <= '1'; else cache_busy <= instant_raw;