]> jspc29.x-matter.uni-frankfurt.de Git - jtag_mvd.git/commitdiff
Code fix. bn.
authorHadaq in Frankfurt <hadaq@frankfurt>
Fri, 22 Mar 2013 10:25:54 +0000 (11:25 +0100)
committerHadaq in Frankfurt <hadaq@frankfurt>
Fri, 22 Mar 2013 10:25:54 +0000 (11:25 +0100)
vhdl/code/jtag_tdo_compare_counttotal_noram_m10.vhd

index 5107718fe7d58f9c896f81a7210bc3a624762bf1..9a89cad53b7d7b7b978bbb0786bbf82e57d6f43f 100644 (file)
@@ -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;