write_back: mini fix
[calu.git] / cpu / src / writeback_stage_b.vhd
index 91373df7d55f1d4e9b0c14e90babc7c6db80b7bc..eca841236b5677fce35b1c832f0b41816b606458 100644 (file)
@@ -132,6 +132,18 @@ begin
   ext_uart.byte_en <= (others => '0');
   ext_uart.data <= (others => '0');
   ext_uart.addr <= (others => '0');
+
+  ext_timer.sel <='0';
+  ext_timer.wr_en <= '0';
+  ext_timer.byte_en <= (others => '0');
+  ext_timer.data <= (others => '0');
+  ext_timer.addr <= (others => '0');
+
+  ext_gpmp.sel <='0';
+  ext_gpmp.wr_en <= '0';
+  ext_gpmp.byte_en <= (others => '0');
+  ext_gpmp.data <= (others => '0');
+  ext_gpmp.addr <= (others => '0');
                                                  -- wenn ich hier statt dem 4rer die konstante nehme dann gibts an fehler wegen nicht lokaler variable -.-
  case wb_reg_nxt.address(wb_reg_nxt.address'high downto 4) is
        when EXT_UART_ADDR =>