]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
timing on errorpattern in regio changed
authorhadeshyp <hadeshyp>
Thu, 26 Feb 2009 17:08:22 +0000 (17:08 +0000)
committerhadeshyp <hadeshyp>
Thu, 26 Feb 2009 17:08:22 +0000 (17:08 +0000)
trb_net16_regIO.vhd

index c10dde612b4e9027f0d6d85aca0ee724c784763d..0f86a445083703b101c01de01af7420b0677282b 100644 (file)
@@ -319,15 +319,15 @@ begin
 
       case current_state is
         when IDLE =>
-          next_dont_understand <= '0';
           next_API_SEND_OUT <= '0';
           next_API_SHORT_TRANSFER_OUT <= '0';
-          next_unknown <= '0';
-          next_timeout <= '0';
-          next_nomoredata <= '0';
           next_dat_data_counter <= (others => '0');
           if API_TYP_IN = TYPE_HDR then
+            next_dont_understand <= '0';
             next_state <= HEADER_RECV;
+            next_unknown <= '0';
+            next_timeout <= '0';
+            next_nomoredata <= '0';
           end if;
 
         when HEADER_RECV =>        --read and save HDR