From: Manfred Date: Wed, 1 Dec 2010 14:12:49 +0000 (+0100) Subject: write_back: mini fix X-Git-Tag: bootrom_v1~104 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=calu.git;a=commitdiff_plain;h=85357ec6c5001abd8dddc903bbc688a5a9d200ef write_back: mini fix --- diff --git a/cpu/src/writeback_stage_b.vhd b/cpu/src/writeback_stage_b.vhd index 91373df..eca8412 100644 --- a/cpu/src/writeback_stage_b.vhd +++ b/cpu/src/writeback_stage_b.vhd @@ -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 =>