From: hadeshyp Date: Mon, 3 Aug 2009 15:08:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: oldGBE~406 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ab13674f97636e1f64d5bd86c742255c7928a462;p=trbnet.git *** empty log message *** --- diff --git a/trb_net16_regIO.vhd b/trb_net16_regIO.vhd index 95bd70d..adb8d0b 100644 --- a/trb_net16_regIO.vhd +++ b/trb_net16_regIO.vhd @@ -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 =>