remove unwanted latch
Stefan Schuermans

Stefan Schuermans commited on 2012-02-12 20:59:18
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -200,6 +200,7 @@ BEGIN
200 200
         s_leds_wr_en   <= '0';
201 201
         s_lcd_wr_data <= (OTHERS => '0');
202 202
         s_lcd_wr_en   <= (OTHERS => '0');
203
+        s_switches_addr <= (OTHERS => '0');
203 204
         s_cyc_cnt_wr_data <= (OTHERS => '0');
204 205
         s_cyc_cnt_wr_en   <= '0';
205 206
         IF s_dbus_addr(31) = '0' THEN
206 207