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