From ab13674f97636e1f64d5bd86c742255c7928a462 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Mon, 3 Aug 2009 15:08:59 +0000 Subject: [PATCH] *** empty log message *** --- trb_net16_regIO.vhd | 3 +++ 1 file changed, 3 insertions(+) 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 => -- 2.43.0