From 643c712d882541d1e0e9f46dc5bb119ef0a70873 Mon Sep 17 00:00:00 2001 From: Hadaq in Frankfurt Date: Fri, 22 Mar 2013 11:25:54 +0100 Subject: [PATCH] Code fix. bn. --- vhdl/code/jtag_tdo_compare_counttotal_noram_m10.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhdl/code/jtag_tdo_compare_counttotal_noram_m10.vhd b/vhdl/code/jtag_tdo_compare_counttotal_noram_m10.vhd index 5107718..9a89cad 100644 --- a/vhdl/code/jtag_tdo_compare_counttotal_noram_m10.vhd +++ b/vhdl/code/jtag_tdo_compare_counttotal_noram_m10.vhd @@ -103,7 +103,7 @@ begin end loop; if(RESET_IN = '1') then count_i_errors_occured <= (others => '0'); - --count_i_lookingforerrors <= (others => '0'); + count_i_lookingforerrors <= (others => '0'); counts <= (others => '0'); end if; end if; -- 2.43.0