From 503ef4a16a5aafc239ad82e978065cef5341efd7 Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Sun, 11 Apr 2010 05:47:08 +0200 Subject: [PATCH 1/1] alu/sync: warum hat sich da keiner der beiden tools aufgeregt? wird das nicht sonst ein latch? --- src/alu.vhd | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/alu.vhd b/src/alu.vhd index eae6116..3c70d36 100644 --- a/src/alu.vhd +++ b/src/alu.vhd @@ -36,6 +36,16 @@ begin begin if sys_res_n = '0' then state <= SIDLE; + op3_int <= (others => '0'); + calc_done_int <= '0'; + --div + dividend_msb <= 0; + laengediv <= 0; + quo <= (others => '0'); + aktdiv <= (others => '0'); + op1_int <= (others => '0'); + op2_int <= (others => '0'); + sign <= '0'; elsif rising_edge(sys_clk) then state <= state_next; op3_int <= op3_next; -- 2.25.1