added soft reset
[calu.git] / cpu / src / fetch_stage_b.vhd
index f01bad8f68c4b3b9f3fc2b1700f6e56c0c7812d4..c975af29702992b673c6c8fce467f19ba2ceeb20 100644 (file)
@@ -68,10 +68,10 @@ variable instr_pc  : instruction_addr_t;
 begin
        rom_ram_nxt <= rom_ram;
        
-       if (s_reset = RESET_VALUE) then
-               rom_ram_nxt <= RAM_USE;
-               instr_r_addr_nxt <= (others => '0');
-       end if;
+--     if (s_reset = RESET_VALUE) then
+--             rom_ram_nxt <= RAM_USE;
+--             instr_r_addr_nxt <= (others => '0');
+--     end if;
        
        case rom_ram is
                when ROM_USE =>