From 3015a0c6de01775c47dd3c11fd5bf1ca70a3a271 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Thu, 9 Oct 2008 18:23:28 +0000 Subject: [PATCH] Minor changes git-svn-id: http://moon:8086/svn/vhdl/trunk@37 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/core/mips_bui.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CPUs/MIPS/src/core/mips_bui.vhd b/lib/CPUs/MIPS/src/core/mips_bui.vhd index 463b52d..0b14dec 100644 --- a/lib/CPUs/MIPS/src/core/mips_bui.vhd +++ b/lib/CPUs/MIPS/src/core/mips_bui.vhd @@ -185,8 +185,8 @@ bus_out: begin if rising_edge(CLK_I) then if RST_I = '1' then - ADDR_O <= (others => '0'); - DAT_O <= (others => '0'); +-- ADDR_O <= (others => '0'); +-- DAT_O <= (others => '0'); WE_O <= '0'; SEL_O <= (others => '0'); elsif dmem_mem_gnt = '1' then