]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Mon, 3 Aug 2009 15:08:59 +0000 (15:08 +0000)
committerhadeshyp <hadeshyp>
Mon, 3 Aug 2009 15:08:59 +0000 (15:08 +0000)
trb_net16_regIO.vhd

index 95bd70d75c6400f1a20f6e342deafaf6f09ebf8b..adb8d0b478fee9746e4c144982e70ad809541791 100644 (file)
@@ -568,15 +568,18 @@ begin
                 next_state <= SEND_REPLY_DATA_finish;
               elsif DAT_NO_MORE_DATA_IN = '1' then
                 next_state <= SEND_REPLY_DATA_finish;
+                next_API_SHORT_TRANSFER_OUT <= '1';
                 next_nomoredata <= '1';
               elsif DAT_UNKNOWN_ADDR_IN = '1' then
                 next_state <= SEND_REPLY_DATA_finish;
+                next_API_SHORT_TRANSFER_OUT <= '1';
                 next_unknown <= '1';
               elsif DAT_DATAREADY_IN = '1' or DAT_DATAREADY_IN_before = '1' then
                 next_API_DATAREADY_OUT <= '1';
                 next_API_DATA_OUT <= address;
               elsif timeout_counter(c_regio_timeout_bit) = '1' then
                 next_state <= SEND_REPLY_DATA_finish;
+                next_API_SHORT_TRANSFER_OUT <= '1';
                 next_timeout <= '1';
               end if;
             when c_F1 =>