From 85357ec6c5001abd8dddc903bbc688a5a9d200ef Mon Sep 17 00:00:00 2001 From: Manfred Date: Wed, 1 Dec 2010 15:12:49 +0100 Subject: [PATCH] write_back: mini fix --- cpu/src/writeback_stage_b.vhd | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 => -- 2.25.1